1

After successfully generating app using the following command

yo meanjs

I am trying to run grunt and here is the error that I am getting.

No idea what should i do, Already tried the following :

stackoverflow question on something similar

E:\akshay\torrent\Architecture of the MEAN Stack (OReilly 2015)\yo mean\final\fnl>grunt
Running "env:dev" (env) task

Running "sass:dist" (sass) task

Running "less:dist" (less) task

Running "jshint:all" (jshint) task
>> 89 files lint free.

Running "eslint:target" (eslint) task

Running "csslint:all" (csslint) task
>> 2 files lint free.

Running "mkdir:upload" task

Running "copy:localConfig" (copy) task


Running "concurrent:default" (concurrent) task
    Running "nodemon:dev" (nodemon) task
    [nodemon] 1.10.2
    [nodemon] to restart at any time, enter `rs`
    [nodemon] watching: server.js config/**/*.js modules/*/server/**/*.js
    [nodemon] starting `node --debug server.js`
    Running "watch" task
    Fatal error: spawn cmd ENOENT
    Waiting...
Warning:  Use --force to continue.

Aborted due to warnings.
Community
  • 1
  • 1
Ankur Marwaha
  • 1,613
  • 2
  • 15
  • 30
  • Why the tag "mean"? As far as I understand, this question does not have to do with the mathematical mean, which "mean" tag is for... – Attilio Oct 20 '16 at 18:13
  • You are right, have remove the MEAN tag – Ankur Marwaha Oct 21 '16 at 05:27
  • Possible duplicate of [How do I debug "Error: spawn ENOENT" on node.js?](http://stackoverflow.com/questions/27688804/how-do-i-debug-error-spawn-enoent-on-node-js) – icktoofay Oct 23 '16 at 00:38

0 Answers0