Skip to content

Can't start gulp #11

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

Closed
nchery opened this issue Aug 16, 2016 · 4 comments
Closed

Can't start gulp #11

nchery opened this issue Aug 16, 2016 · 4 comments

Comments

@nchery
Copy link

nchery commented Aug 16, 2016

Hi i'm getting the following issue when attempting to run gulp on a mac. I think i've installed all the necessary dependencies. any tips ? thk

[09:42:25] Using gulpfile ~/Desktop/Projects/CSS-Tricks-React-Series/guide-3-redux/gulpfile.js
[09:42:25] Starting 'serve:node'...
[09:42:25] Starting 'restore-database'...
[09:42:25] [nodemon] 1.10.0
[09:42:25] [nodemon] to restart at any time, enter rs
[09:42:25] [nodemon] watching: server.js
[09:42:25] [nodemon] starting /Users/Nico/Desktop/Projects/CSS-Tricks-React-Series/guide-3-redux/node_modules/.bin/babel-node ./server.js
sh: /Users/Nico/Desktop/Projects/CSS-Tricks-React-Series/guide-3-redux/node_modules/.bin/babel-node: No such file or directory
[09:42:25] [nodemon] failed to start process, "/Users/Nico/Desktop/Projects/CSS-Tricks-React-Series/guide-3-redux/node_modules/.bin/babel-node ./server.js" exec not found
events.js:146
throw err;
^

Error: Uncaught, unspecified "error" event. (127)
at emit (events.js:144:17)
at ChildProcess. (/Users/Nico/Desktop/Projects/CSS-Tricks-React-Series/guide-3-redux/node_modules/gulp-nodemon/node_modules/nodemon/lib/monitor/run.js:116:11)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)

@bradwestfall
Copy link
Owner

Hi @nchery, I hate to ask such a basic question if you took care of it, but did you do the npm install? Remember, you'll need to do this from within each of the three guides -- since each guide serves as it's own project. Perhaps you did the npm install in the folder above?

@nchery
Copy link
Author

nchery commented Aug 17, 2016

@bradwestfall . Yes i did...looks like there is some issue with the dependency graceful-fs....here some interesting resources
sequelize/cli#291
&
http://stackoverflow.com/questions/37346512/how-to-fix-fs-re-evaluating-native-module-sources-is-not-supported-graceful

@nchery
Copy link
Author

nchery commented Aug 17, 2016

ok i reinstalled Gulp and it works now

@nchery nchery closed this as completed Aug 17, 2016
@bradwestfall
Copy link
Owner

Cool, thanks @nchery

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