Nodemon: events.js:182 throw er; // Unhandled 'error' event Error: spawn cmd ENOENT

Created on 19 Oct 2017  路  5Comments  路  Source: remy/nodemon

Hello guys,
I installed nodemon by npm install nodemon -g and it installed successfully but when I m starting nodemon it gives me an error. Please help me.
Here's the error code.

events.js:182 throw er; // Unhandled 'error' event^ Error: spawn cmd ENOENT at _errnoException (util.js:1021:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:192:19) at onErrorNT (internal/child_process.js:374:16) at _combinedTickCallback (internal/process/next_tick.js:138:11) at process._tickCallback (internal/process/next_tick.js:180:9)

Most helpful comment

bro I have solved this issue.
Copy this and paste it to environment variables path option.
c:\windows\system32

All 5 comments

I have the same issue..,

bro I have solved this issue.
Copy this and paste it to environment variables path option.
c:\windows\system32

Same error

Closing - @Mohammad-Quanit answered himself.

Same error,
If You are a windows user having a 32bit system then try to use Node js cmd.
In my case, it's working.

Was this page helpful?
0 / 5 - 0 ratings