Created
April 14, 2014 07:43
-
-
Save Unitech/10624965 to your computer and use it in GitHub Desktop.
../fsevents.cc:10:43: fatal error: CoreFoundation/CoreFoundation.h: No such file or directory
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
make: Leaving directory `/home/node/.nvm/v0.11.11/lib/node_modules/pm2/node_modules/usage/build' | |
npm http 200 https://registry.npmjs.org/configurable/-/configurable-0.0.1.tgz | |
npm http 200 https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz | |
> [email protected] install /home/node/.nvm/v0.11.11/lib/node_modules/pm2/node_modules/chokidar/node_modules/fsevents | |
> node-gyp rebuild | |
make: Entering directory `/home/node/.nvm/v0.11.11/lib/node_modules/pm2/node_modules/chokidar/node_modules/fsevents/build' | |
CXX(target) Release/obj.target/fse/fsevents.o | |
../fsevents.cc:10:43: fatal error: CoreFoundation/CoreFoundation.h: No such file or directory | |
compilation terminated. | |
make: *** [Release/obj.target/fse/fsevents.o] Error 1 | |
make: Leaving directory `/home/node/.nvm/v0.11.11/lib/node_modules/pm2/node_modules/chokidar/node_modules/fsevents/build' | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/home/node/.nvm/v0.11.11/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23) | |
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:107:17) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:879:12) | |
gyp ERR! System Linux 2.6.32-16-pve | |
gyp ERR! command "node" "/home/node/.nvm/v0.11.11/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /home/node/.nvm/v0.11.11/lib/node_modules/pm2/node_modules/chokidar/node_modules/fsevents | |
gyp ERR! node -v v0.11.11 | |
gyp ERR! node-gyp -v v0.12.2 | |
gyp ERR! not ok |
Just encountered it myself. Any resolutions?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the exact same error (also on a CI build). I am wondering if anyone has found a way around?