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

Fails to run npm rebuild? #10

Closed
YourDeveloperFriend opened this issue Feb 3, 2014 · 1 comment
Closed

Fails to run npm rebuild? #10

YourDeveloperFriend opened this issue Feb 3, 2014 · 1 comment

Comments

@YourDeveloperFriend
Copy link

I'm not quite sure what is happening, but bcrypt is giving me an error that makes me think that "npm rebuild" is not being run properly. I set the following engine in package.json:

node: 0.10.25
npm: 1.3.21

And to temporarily fix the error, I changed my procfile:
web: npm rebuild && node server.js

And it works. This leads me to believe that somehow npm rebuild is not being properly run.

@YourDeveloperFriend
Copy link
Author

Oh, you don't run npm rebuild unless node_modules is checked into the repo. That probably means that bcrypt is not installing correctly. Never mind.

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

1 participant