node.js - Are Linux node modules different from the Windows ones? -
i used windows 10 bash subsystem run react app. when installed node modules , ran app bash worked fine, when tried running windows terminal (having installed global packages , using same node version) got 'react-scripts' not recognized internal or external command
when removed node_modules , reinstalled them through windows terminal, worked fine. question is: modules written differently different platforms? cause errors working bash , cmd on windows?
Comments
Post a Comment