For a Windows computer, download the node installation package from the official website, install it in a fool-proof way, and keep going next until the last step. Node -v can check the version number, but npm -v shows that the fs module is not found. What should I do?
Waiting online
迷茫2017-05-16 13:44:26
npm installation failed. Reinstall node. npm will be automatically reinstalled
大家讲道理2017-05-16 13:44:26
Execute the following command
npm install -g npm@next
npm install -g node-gyp
npm install -g nodemon