vendredi 27 février 2015

npm bcrypt wont install in EC2 bootstrap script

So I am trying to install npm packages via AWS ec2 bootstrap script. Works fine generally, but for some reason bcrypt wont install. All other packages install fine.


If I ssh into the machine, I can see bcrypt didn't get installed, but I can manually install bcrypt via:



npm install bcrypt


I execute the exact same command in the bootstrapping script. Is there some reason why bcypt can't be installed outside of an interactive console?


Aucun commentaire:

Enregistrer un commentaire