-
Notifications
You must be signed in to change notification settings - Fork 38
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
meteor-npm requirements cannot be found (rimraf, mkdirp) #12
Comments
+1 Seeing this only after updating to meteor 0.6.6.1. |
Yes. This is a compatibility issue, when upgrading to 0.6.6.1. Here comes the fix.
If you are using multiple projects with different meteor versions, this may cause issues. |
Thanks, Arunoda. That fixed the issue. |
@arunoda , thank you! But the two steps doesn't work for me, probably because I am using different meteor versions? What do you mean by "So please use meteor-npm instead mrt add npm"? The link to the guide doesn't work... |
I've updated the link. Please try it now. |
Yay, that worked! Thank you very much! |
Cool. |
You are my hero arunoda! |
he he :) |
I'm stilling having issues with this problem. I've tried the fix you posted above and the one in the article but can't get it to work. I'm getting this error now
Any idea what may be going wrong? Thanks |
I think this module need some binary dependancy on the system. Please check on that first. |
+1 , thanks this fix worked for me |
+1, save my day |
+1 for 0.7.0 .
works perfectly |
another +1 for 0.7.0 |
works perfectly thanks :) +1 |
Note: this trick also works if you switching between branches with different dependencies list (I.e. you installed new dependency in one branch but not in another). |
I just did a fresh checkout of my meteor application, and suddenly
meteor-npm
seems to throw some weird error messages:"Reinstalling"
meteor-npm
didn't help:mrt remove npm && rm -R packages/npm && mrt add npm
.My setup:
Do you have any idea what I can do? I have another checkout on the same computer which is working fine, the error message is only true for new checkouts. Thank you!
The text was updated successfully, but these errors were encountered: