Yeoman - Gulp spawn cmd enoent

落爺英雄遲暮 提交于 2019-12-24 03:26:12

问题


With the help gulp yeoman-webapp 'im wolf. But it also serves on the command line, I get the following error gulp. Can you help me? Thank you in advance.

I work in Windows 10 and 64 bit computing.

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)


回答1:


Try to put in your system variables in the PATH : C:\Windows\System32;



来源:https://stackoverflow.com/questions/32226473/yeoman-gulp-spawn-cmd-enoent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!