Thursday, 8 June 2017

NPM Errors when installing sails.js

I just did my first install of node.js on a windows 10 machine. I went to install sails.js by npm install sails -g and it is blowing out with the following errors:

$ npm install sails -g
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program 
Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "sails" "-g"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10

npm ERR! Invalid name: "@sailshq/express"
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     C:\sites\Node\site1\npm-debug.log

Any ideas why it is doing this?



via spacerobot

No comments:

Post a Comment