val*_*e93 28 cmd spawn node.js cordova
当我尝试构建(模拟)Cordova应用程序时,在Windows cmd中获取此错误.
D:\dev\Cordova\toDoList>cordova build android
Running command: D:\dev\Cordova\toDoList\platforms\android\cordova\build.bat
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:1046:32)
at child_process.js:1137:20
at process._tickCallback (node.js:355:11)
ERROR building one of the platforms: Error: D:\dev\Cordova\toDoList\platforms\android\cordova\build.bat: Command failed with exit code 1
You may not have the required environment or OS to build this project
Run Code Online (Sandbox Code Playgroud)
val*_*e93 66
我再次检查系统变量并找到问题的原因:缺少C:\Windows\System32\变量.我添加了它,这解决了我的问题
希望,它也可以帮到你.