-
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
Cant install plugin #129
Comments
I am receiving errors as well, other plugins install fine This is the error log |
I was able to resolve this, I thought I had Git installed and when I checked, I did not. I installed GIT but then came accross a premission denied error when executing Command failed: /usr/bin/git clone -q git://github.com/e7hz3r0/harmonyhubjs-client.git /root/.npm/_cacache/tmp/git-clone-17183d66
|
this plugin is fucked up.. as root i get the error above, as non root i get a different error.. bullshit! wow... when i add write permissions to everyone for /usr/lib/node_modules iam able to install it (do NOT do it!) |
npm install -g homebridge-harmonyhub worked thank u for tip |
Worked for me. |
@DJay-X Never worked for me |
my node files were in a different location, this worked for me on a raspberry pi 3 using sudo with npm install did not work, but using normal npm install -g did after i gave myself permission |
If I run without the sudo (npm install -g homebridge-harmonyhub), I get this error; admin$ npm install -g homebridge-harmonyhub if I run sudo npm install -g homebridge-harmonyhub, I get this error; sudo npm install -g homebridge-harmonyhub npm ERR! A complete log of this run can be found in: ANYONE help - I've tried everything I know to do. Thank you in advance! |
Try it with 2 sudo per here https://stackoverflow.com/questions/47996495/permission-denied-error-with-npm-install
|
npm ERR! code 128
npm ERR! Command failed: /usr/bin/git clone -q git://github.com/e7hz3r0/harmonyhubjs-client.git /root/.npm/_cacache/tmp/git-clone-816277a7
npm ERR! fatal: could not create leading directories of '/root/.npm/_cacache/tmp/git-clone-816277a7': Permission denied
npm ERR!
Running under nom vr 5.7.1.
The text was updated successfully, but these errors were encountered: