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

package install failed on 1.1 #7

Closed
arashsoheili opened this issue Apr 1, 2015 · 3 comments
Closed

package install failed on 1.1 #7

arashsoheili opened this issue Apr 1, 2015 · 3 comments

Comments

@arashsoheili
Copy link

Just tried to add this package on Meteor 1.1 and got the error:
Error: Can't find npm module 'bcrypt'. Did you forget to call 'Npm.depends' in package.js within the 'npm-bcrypt' package?

Do I need to manually install bcrypt. I've actually been using your package just by dropping in the mui.css in my stylesheets and the js file in client/compatibility folder. It has been working fine but saw that you have a package now so wanted to install it that way.

@amorey
Copy link
Member

amorey commented Apr 1, 2015

Hmm... I'm not sure why you would be seeing that error. The MUI source code doesn't use npm-bcrypt and I can't find any MUI dependencies that use it either. Also, the Meteor package only consists of mui.min.css and mui.min.js so I'm not sure why Meteor is trying to install node dependencies.

I just tried installing the MUI package in Meteor 1.1 and it seems to work:

$ curl https://install.meteor.com/ | sh
$ meteor create my_cool_app
$ cd my_cool_app/
$ meteor add muicss:mui@=0.0.6
$ meteor

@arashsoheili
Copy link
Author

Yeah, I removed the package then stopped Meteor. Installed it and it ran fine on startup.

@amorey
Copy link
Member

amorey commented Apr 1, 2015

Great! Happy to hear it worked.

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