We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when I try to install the plugin homebridge-soundtouch, I already have this issue :
sudo npm install -g homebridge-soundtouch
`npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
[email protected] install /usr/lib/node_modules/homebridge-soundtouch/node_modules/mdns node-gyp rebuild
gyp ERR! clean error gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' gyp ERR! System Linux 4.9.0-8-686-pae gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /usr/lib/node_modules/homebridge-soundtouch/node_modules/mdns gyp ERR! node -v v8.12.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
node-gyp rebuild
npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2019-01-05T13_24_30_599Z-debug.log`
npm -v 6.5.0
node -v v8.12.0
Best regards
The text was updated successfully, but these errors were encountered:
Same issue here. Can apparently be resolved if you check #18 - but I've not yet tried. Project seems to be no longer maintained.
Sorry, something went wrong.
No branches or pull requests
Hi,
when I try to install the plugin homebridge-soundtouch, I already have this issue :
sudo npm install -g homebridge-soundtouch
`npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
gyp ERR! clean error
gyp ERR! stack Error: EACCES: permission denied, rmdir 'build'
gyp ERR! System Linux 4.9.0-8-686-pae
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/lib/node_modules/homebridge-soundtouch/node_modules/mdns
gyp ERR! node -v v8.12.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-01-05T13_24_30_599Z-debug.log`
npm -v 6.5.0
node -v v8.12.0
Best regards
The text was updated successfully, but these errors were encountered: