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

Build error #90

Closed
tooh opened this issue Mar 10, 2019 · 3 comments
Closed

Build error #90

tooh opened this issue Mar 10, 2019 · 3 comments
Labels
good first issue Good for newcomers

Comments

@tooh
Copy link

tooh commented Mar 10, 2019

sudo npm install -g homebridge-harmony

websocket@1.0.28 install /usr/lib/node_modules/homebridge-harmony/node_modules/harmony-websocket/node_modules/websocket
(node-gyp rebuild 2> builderror.log) || (exit 0)

sh: 1: cannot create builderror.log: Permission denied

websocket@1.0.28 install /usr/lib/node_modules/homebridge-harmony/node_modules/websocket
(node-gyp rebuild 2> builderror.log) || (exit 0)

sh: 1: cannot create builderror.log: Permission denied

  • homebridge-harmony@0.4.8
    added 80 packages from 88 contributors in 11.496s
@nicoduj
Copy link
Owner

nicoduj commented Mar 10, 2019

Hi, seems to be a permisison issues on your conf. Try maybe to not sudo .

@nicoduj
Copy link
Owner

nicoduj commented Mar 10, 2019

I googled a bit on your issue . Might find a solution there : nodejs/node-gyp#115 but I would try before installing without sudo

@tooh
Copy link
Author

tooh commented Mar 10, 2019

This worked

sudo npm install homebridge-harmony -g --unsafe-perm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants