Created
February 6, 2019 03:05
-
-
Save eriktrautman/5d090ada11fa5e90839b98685c607766 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 install | |
> [email protected] install /Users/eriktrautman/Documents/NEARStudio/node_modules/fsevents | |
> node install | |
node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-node-v67-darwin-x64.tar.gz | |
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v67 ABI, unknown) (falling back to source compile with node-gyp) | |
gyp ERR! clean error | |
gyp ERR! stack Error: EACCES: permission denied, rmdir 'build' | |
gyp ERR! System Darwin 17.7.0 | |
gyp ERR! command "/usr/local/Cellar/node/11.1.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "clean" | |
gyp ERR! cwd /Users/eriktrautman/Documents/NEARStudio/node_modules/fsevents | |
gyp ERR! node -v v11.1.0 | |
gyp ERR! node-gyp -v v3.8.0 | |
gyp ERR! not ok | |
node-pre-gyp ERR! build error | |
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/Cellar/node/11.1.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js clean' (1) | |
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/eriktrautman/Documents/NEARStudio/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29) | |
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13) | |
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:970:16) | |
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:257:5) | |
node-pre-gyp ERR! System Darwin 17.7.0 | |
node-pre-gyp ERR! command "/usr/local/Cellar/node/11.1.0/bin/node" "/Users/eriktrautman/Documents/NEARStudio/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build" | |
node-pre-gyp ERR! cwd /Users/eriktrautman/Documents/NEARStudio/node_modules/fsevents | |
node-pre-gyp ERR! node -v v11.1.0 | |
node-pre-gyp ERR! node-pre-gyp -v v0.10.0 | |
node-pre-gyp ERR! not ok | |
Failed to execute '/usr/local/Cellar/node/11.1.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js clean' (1) | |
> [email protected] install /Users/eriktrautman/Documents/NEARStudio/node_modules/puppeteer | |
> node install.js | |
ERROR: Failed to download Chromium r599821! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. | |
{ [Error: EACCES: permission denied, mkdir '/Users/eriktrautman/Documents/NEARStudio/node_modules/puppeteer/.local-chromium'] | |
errno: -13, | |
code: 'EACCES', | |
syscall: 'mkdir', | |
path: | |
'/Users/eriktrautman/Documents/NEARStudio/node_modules/puppeteer/.local-chromium' } | |
npm WARN [email protected] requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of monaco-editor@^0.15.1 but none is installed. You must install peer dependencies yourself. | |
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): | |
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] install: `node install` | |
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 | |
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! /Users/eriktrautman/.npm/_logs/2019-02-06T03_02_15_990Z-debug.log | |
eriktrautman@ERIKs-MBP ~/D/NEARStudio> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment