Node.js installation error report Node-v can see the version number, but npm -v will report an error, wait online, solve
漂亮男人
漂亮男人 2017-05-16 13:42:26
0
2
856

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

漂亮男人
漂亮男人

reply all(2)
迷茫

npm installation failed. Reinstall node. npm will be automatically reinstalled

大家讲道理

Execute the following command

npm install -g npm@next
npm install -g node-gyp
npm install -g nodemon
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template