Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install grunt failing on underscore.string dependency #902

Closed
bprosnitz opened this issue Sep 17, 2013 · 4 comments
Closed

npm install grunt failing on underscore.string dependency #902

bprosnitz opened this issue Sep 17, 2013 · 4 comments

Comments

@bprosnitz
Copy link

npm install grunt
....
npm ERR! Error: No compatible version found: underscore.string@'~2.2.0rc'
npm ERR! Valid install targets:
npm ERR! ["0.9.2","1.0.0","1.1.3","1.1.4","1.1.5","1.1.6","2.0.0","2.1.0","2.1.1","2.3.0","2.3.1","2.3.2","2.2.1","2.2.0-rc","2.3.3"]
...

If you look at Grunt's packages.json,
"underscore.string": "~2.2.0rc",

According to the underscore.string changelog, 2.2.1 is the same as 2.2.0rc to resolve this npm issue.

@shama
Copy link
Member

shama commented Sep 17, 2013

Could you try npm cache clean and then try installing again?

@bprosnitz
Copy link
Author

Yes, I still see the issue after running npm cache clean.

@shama
Copy link
Member

shama commented Sep 17, 2013

Here is a related issue: #886. Which version of npm are you running? npm -v

@bprosnitz
Copy link
Author

I have 1.2.18. I will close this issue because it appears to be a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants