Get 'spawn cmd ENOENT' when try to build Cordova application (event.js:85)

荒凉一梦 提交于 2019-11-26 17:44:24

I checked system variables one more time and found the cause of the problem: missing C:\Windows\System32\ variable. I added it and that solved my problem

Hope, it help you too.

just add it to the PATH: C:\Windows\System32 and start cmd as Administrator

I know this is old but I simply had to run Visual Studio 2015 as an administrator and it worked on Windows 7.

Goto > Control Panel\System and Security\System\Advance system setting\Enviroment variable and set system variables path C:\Windows\System32\ variable and restart your System.

Positively Hope, it will work.

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