I was trying to follow this tutorial and am getting the following error when I run the command 'gulp serve-dev'-
C:\Users\mradul.jain\play\ng-demos\modular [master]> gulp serve-dev
[09:10:14] Using gulpfile ~\play\ng-demos\modular\gulpfile.js
[09:10:14] Starting 'serve-dev'...
[09:10:15] Finished 'serve-dev' after 293 ms
[gulp] [nodemon] v1.3.7
[gulp] [nodemon] to restart at any time, enter rs
[gulp] [nodemon] watching: C:\Users\mradul.jain\play\ng-demos\modular\src\server
/*/
[gulp] [nodemon] starting node ./src/server/app.js
events.js:85
throw er; // Unhandled 'error' event**
^
Error: spawn cmd ENOENT
at exports._errnoException (util.js:746:11)
at Process.ChildProcess._handle.onexit (child_process.js:1053:32)
at child_process.js:1144:20
at process._tickCallback (node.js:355:11)
I am not sure where event.js is. I noticed that there is a difference between the output on the tutorial video and my output. After the 'to restart...' it reads 'watching: gulpfile.js pacakge.json..... '
I'm not sure if I'm missing something.
PS - I have no experience in node.js/bower/git and am not so smart so parodon me if I am missing something very basic.
I was trying to follow this tutorial and am getting the following error when I run the command 'gulp serve-dev'-
C:\Users\mradul.jain\play\ng-demos\modular [master]> gulp serve-dev [09:10:14] Using gulpfile ~\play\ng-demos\modular\gulpfile.js [09:10:14] Starting 'serve-dev'... [09:10:15] Finished 'serve-dev' after 293 ms [gulp] [nodemon] v1.3.7 [gulp] [nodemon] to restart at any time, enter
rs
[gulp] [nodemon] watching: C:\Users\mradul.jain\play\ng-demos\modular\src\server /*/ [gulp] [nodemon] startingnode ./src/server/app.js
events.js:85 throw er; // Unhandled 'error' event** ^ Error: spawn cmd ENOENT at exports._errnoException (util.js:746:11) at Process.ChildProcess._handle.onexit (child_process.js:1053:32) at child_process.js:1144:20 at process._tickCallback (node.js:355:11)I am not sure where event.js is. I noticed that there is a difference between the output on the tutorial video and my output. After the 'to restart...' it reads 'watching: gulpfile.js pacakge.json..... ' I'm not sure if I'm missing something. PS - I have no experience in node.js/bower/git and am not so smart so parodon me if I am missing something very basic.