-
Notifications
You must be signed in to change notification settings - Fork 50
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
"sudo npm install -g homebridge-harmonyhub" should just work #126
Comments
+1 |
+1 |
+1 |
+1 to solve this, I had to switch to root, and run everything from there (homebridge, the harmony plugin, etc) |
https://docs.npmjs.com/getting-started/fixing-npm-permissions. #2 worked for me. Summary Make a directory for global installations: mkdir ~/.npm-global npm config set prefix '~/.npm-global' export PATH=~/.npm-global/bin:$PATH source ~/.profile |
su -l This should do it |
Worked for me. |
I've been looking at the workarounds for this problem and expect I will get one of the two options to work. I do however think that this issue merits attention. Please address this problem:
Thank you.
The text was updated successfully, but these errors were encountered: