Skip to content
New issue

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

Build error in Node 6.2.0 #3

Open
lhm opened this issue Sep 5, 2016 · 2 comments
Open

Build error in Node 6.2.0 #3

lhm opened this issue Sep 5, 2016 · 2 comments

Comments

@lhm
Copy link

lhm commented Sep 5, 2016

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

@diegodoumecq
Copy link

diegodoumecq commented Oct 12, 2017

Using node version 8.7 has the same issue

@diegodoumecq
Copy link

diegodoumecq commented Oct 12, 2017

Alright, just sent a PR that fixes it: #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants