-
Notifications
You must be signed in to change notification settings - Fork 284
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 bcrypt on ubuntu 12.04.5LTS #536
Comments
Can you also post the output of stderr? There's quite a bit of context missing. |
|
Right, here is what I see:
|
@bnoordhuis that worked for me ! Thank You! But now I have a new problem, when I start the app I get the following error:
Do you have an idea ? |
Looks like node-heapdump either wasn't built or failed to build. Try |
|
When I now start the app I get this:
|
Okay, different module this time. Maybe do a clean install with If I had to guess, it's that you switched node versions midway. Native modules need a rebuild after that. |
@bnoordhuis That worked for me ! Great Thank You very much ! Now I have a problem with the app itself, but I think now I will ask at openhab..... |
Version: node -v v7.6.0
Platform: Linux 2.6.32-042stab120.5 #1 SMP Tue Oct 25 22:31:12 MSK 2016 x86_64 x86_64 x86_64 GNU/Linux
I tried to install an node app (openhab-cloud).
But when I start the npm install i get the following errors:
The solutions I found over google didn´t work for me:
build-essentials and python2.7 is already installed and I tried several other things....
Can somebody please help me ?
The text was updated successfully, but these errors were encountered: