-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 does not satisfy its siblings' peerDependencies requirements #431
Comments
Try |
Same as before. Although tasks of grunt seem to work correctly, I tried |
Strange. Try Otherwise stackoverflow would be your best bet. |
Now I have a new set of errors but I realize that this errors doesn't have anything to do with the generator so thanks for your help I will search in stackoverflow. |
Yeah, I'm getting the same error all of the time. No idea what's the cause, but I'm quite sure it isn't this generator. I'd be glad to hear a solution, if someone has it, though :) |
I finally fixed it by uninstalling node, npm and all the configurations that they saved in my mac and reinstalling it afterwards. Now is working fine. This post in stackoverflow helped me to find all the pieces that node leave in the system. :) |
FYI : I had the same problem and resolved it by running a :
and removing my Grunt, Bower local directories. Hope it helps. |
I also had this problem and the following worked for me
I'm assuming that uninstalling everything and then re-installing is probably accomplishing something along the same lines. |
@droidenator worked for me too ... thanks for that |
|
I got similar error when I run |
both, |
This is the best solution.
|
None of these solutions worked for me. Still the same crap. |
I'm having this issue running imageoptim. I haven't been able to figure it out after trying everything mentioned above. |
This is getting frustrating because absolutely NOTHING is working. Why on earth was this garbage pushed out!? :< |
Something that worked for me was running: npm install grunt@~0.4.0 |
I did that after deleleting all of the artifacts on the node_modules folder
and reinstalling npm. Then it worked.
…On Jan 18, 2017 4:54 PM, "Brandon Lee" ***@***.***> wrote:
Something that worked for me was running:
npm install grunt@~0.4.0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#431 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH5Hixmhv2e9_ttBmi5Tuqh7egeX_WBdks5rTon8gaJpZM4CVwGB>
.
|
I had to |
I changed grunt-sass version inside package.json to ^3.0.0 but failed then with ^2.0.0 it worked |
I just created a new app and
npm install
doesn't succeed installing all the dependencies, I get this:Before creating the app I updated all the packages in NPM so when I check my version of GruntJS I get this:
I supose I have a problem with all that
npm WARN unmet dependency
but I don't know how to fix it.The text was updated successfully, but these errors were encountered: