相关疑难解决方法(0)

尝试构建Cordova应用程序时获取'spawn cmd ENOENT'(event.js:85)

当我尝试构建(模拟)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)

cmd spawn node.js cordova

28
推荐指数
4
解决办法
3万
查看次数

标签 统计

cmd ×1

cordova ×1

node.js ×1

spawn ×1