Closed ghost closed 10 years ago
I had this errors using NPM 2.0.0 (beta 2), but it seems that you are using 1.4.25. Are you using homebrew to manage Node? I switch to 'n' so it installed npm 1.4.23 and don't have this problem anymore. What does nvm -v
tells you? Can you reproduce it on OS X 10.9?
I use brew
to manage node. no n
, no nvm
. And also no 10.9.
But your idea to use npm 1.4.23 did it.
npm install npm@1.4.23 -g
-> Ok
npm install sails -g
-> Ok
npm update npm -g
-> Ok (installed 1.4.25)
Thank you!
Thank you @hugocaillard and @fibric for your feedbacks.
The issue is not really closed, there will be problem with the upcoming versions of NPM.
Yes, clean installations will fail dye to Grunt. Sent from my BlackBerry 10 smartphone. From: Hugo CaillardSent: Donnerstag, 4. September 2014 18:35To: balderdashy/sailsReply To: balderdashy/sailsCc: Denny TrebbinSubject: Re: [sails] npm install sails -g -> The package grunt does not satisfy its siblings' (#2185)The issue is not really closed, there will be problem with the upcoming versions of NPM.
—Reply to this email directly or view it on GitHub.
Due to the NPM modifications on the versioning. But the Grunt plugins will probably be fixed soon. In the meantime just be sure to use an older version of NPM if you don't want to see these errors.
ok with the timeline 'soon'ish' this issue is considered to resolved ;-)
Any update on this guys? I cannot install sails after several tries. Using Mac OSX 10.7.5
I tried: sudo npm -g remove grunt-cli rm -rf node_modules npm cache clear sudo npm install npm@1.4.23 -g
I'm still getting:
npm WARN deprecated grunt-lib-contrib@0.7.1: DEPRECATED. See readme: https://github.com/gruntjs/grunt-lib-contrib npm WARN deprecated guid@0.0.12: Please use node-uuid instead. It is much better. |
ws@0.4.32 install /usr/local/lib/node_modules/sails/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws (node-gyp rebuild 2> builderror.log) || (exit 0)
Any help would be greatly appreciated
On my Mac Pro 10.10 DP7 I wanted to upgrade sails to 10.5 but something went wrong and I uninstalled it to reinstall it.
But now I've see this annoying grunt package to cause problems.