我正在尝试通过执行以下命令来构建我的cordova构建 cordova -d build android 但我错误地发现了. module.js:340throw err; Error: Cannot find module 'which' at Function.Module._resolveFilename (module.js:338:15) at Funct
cordova -d build android
但我错误地发现了.
module.js:340 throw err; Error: Cannot find module 'which' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17)
谁知道原因?我检查了我的路径中有我的ANT_HOME / ANDROID_HOME,但我不确定错误背后的原因是什么.
顺便说一句,我正在运行Windows 7 64位
与 this question的答案类似,我的解决方案是$cordova platform remove android $cordova platform add android