尝试构建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


森林海
浏览 755回答 3
3回答

婷婷同学_

我又检查了一次系统变量,发现了问题的原因:缺少C:\Windows\System32\变量。我添加了它就解决了我的问题希望对您有帮助。

FFIVE

只需将其添加到PATH:C:\ Windows \ System32并以管理员身份启动cmd

开满天机

转到>控制面板\系统和安全性\系统\高级系统设置\环境变量,然后设置系统变量路径C:\Windows\System32\变量,然后重新启动系统。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Node.js