This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Error on node-gyp rebuild while installing packages with npm #50
Labels
Comments
If you want I can send a pull request. I am testing right now on Ubuntu 12.04, 14.04 and Debian 7.5.0 ... |
yup |
I think I'm getting this same issue trying to install tty.js - it worked fine for me on a Linux 13.04 box, but I just moved to 14.04 [config.vm.box = "phusion/ubuntu-14.04-amd64" ] and it's started to fail (message below). I tried to add puppet/provider/package/npm.rb as suggested above, but continue to get the same error?
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While installing packages that require a node-gyp rebuild (like zombie) the following error occurs:
Error: node-gyp requires that the user's home directory is specified in either of the environmental variables HOME or USERPROFILE
This is a fix for that (in puppet/provider/package/npm.rb) (borrowed from puppet labs-nodejs):
The text was updated successfully, but these errors were encountered: