Created
March 14, 2020 21:47
-
-
Save zeke/e9cfceb89f72ed2d78685c66c8717e1a to your computer and use it in GitHub Desktop.
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
$ npm i | |
> [email protected] install /Users/z/git/github/help-docs/node_modules/fsevents | |
> node-gyp rebuild | |
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. | |
No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'. | |
No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'. | |
gyp: No Xcode or CLT version detected! | |
gyp ERR! configure error | |
gyp ERR! stack Error: `gyp` failed with exit code: 1 | |
gyp ERR! stack at ChildProcess.onCpExit (/Users/z/.nodenv/versions/12.8.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:344:16) | |
gyp ERR! stack at ChildProcess.emit (events.js:203:13) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12) | |
gyp ERR! System Darwin 19.3.0 | |
gyp ERR! command "/Users/z/.nodenv/versions/12.8.0/bin/node" "/Users/z/.nodenv/versions/12.8.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /Users/z/git/github/help-docs/node_modules/fsevents | |
gyp ERR! node -v v12.8.0 | |
gyp ERR! node-gyp -v v5.0.3 | |
gyp ERR! not ok | |
npm WARN [email protected] requires a peer of canvas@^2.5.0 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of utf-8-validate@^5.0.2 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-gyp rebuild` | |
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment