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
I'm getting the following error when installing using node 6.2.0:
make: *** [Release/obj.target/fse/fsevents.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) gyp ERR! stack at emitTwo (events.js:106:13) gyp ERR! stack at ChildProcess.emit (events.js:191:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12) gyp ERR! System Darwin 14.5.0 gyp ERR! command "/usr/local/Cellar/node/6.2.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /usr/local/lib/node_modules/my-proxy/node_modules/babel/node_modules/chokidar/node_modules/fsevents gyp ERR! node -v v6.2.0 gyp ERR! node-gyp -v v3.3.1 gyp ERR! not ok npm WARN install:[email protected] [email protected] install: `node-gyp rebuild` npm WARN install:[email protected] Exit status 1
If I read the dependencies correctly, this seems to stem from an oldish version of Babel? https://github.com/babel/babel/releases
The text was updated successfully, but these errors were encountered:
Using node version 8.7 has the same issue
Sorry, something went wrong.
Alright, just sent a PR that fixes it: #4
No branches or pull requests
I'm getting the following error when installing using node 6.2.0:
If I read the dependencies correctly, this seems to stem from an oldish version of Babel?
https://github.com/babel/babel/releases
The text was updated successfully, but these errors were encountered: