Created
June 20, 2020 04:26
-
-
Save demonbane/1f122f4d7f5fadba54e5a6a4fce4c8ff to your computer and use it in GitHub Desktop.
homebridge-nest-cam@test install log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo npm -g i homebridge-nest-cam@test | |
/usr/bin/homebridge-nest-cam -> /usr/lib/node_modules/homebridge-nest-cam/cli.sh | |
> [email protected] install /usr/lib/node_modules/homebridge-nest-cam/node_modules/ffmpeg-for-homebridge | |
> node install.js | |
Failed to download ffmpeg binary. | |
If you are installing this plugin as a global module (-g) make sure you add the --unsafe-perm flag to the install command. | |
The homebridge plugin has been installed, however you may need to install ffmpeg separately. | |
> [email protected] install /usr/lib/node_modules/homebridge-nest-cam/node_modules/puppeteer | |
> node install.js | |
ERROR: Failed to set up Chromium r756035! Set "PUPPETEER_SKIP_DOWNLOAD" env variable to skip download. | |
Error: EACCES: permission denied, mkdir '/usr/lib/node_modules/homebridge-nest-cam/node_modules/puppeteer/.local-chromium' | |
-- ASYNC -- | |
at BrowserFetcher.<anonymous> (/usr/lib/node_modules/homebridge-nest-cam/node_modules/puppeteer/lib/helper.js:94:19) | |
at fetchBinary (/usr/lib/node_modules/homebridge-nest-cam/node_modules/puppeteer/install.js:148:8) | |
at download (/usr/lib/node_modules/homebridge-nest-cam/node_modules/puppeteer/install.js:54:9) { | |
errno: -13, | |
code: 'EACCES', | |
syscall: 'mkdir', | |
path: '/usr/lib/node_modules/homebridge-nest-cam/node_modules/puppeteer/.local-chromium' | |
} | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] install: `node install.js` | |
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/2020-06-20T04_25_37_697Z-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment