0
我一直在試圖用這個命令在本地運行的PhoneGap應用:PhoneGap的錯誤:無法找到模塊 '<project_folder>'
phonegap local run android
雖然我不斷收到此錯誤:
C:\Users\OmaR\Desktop\New folder\myapp>phonegap local run android [phonegap] compiling Android... [error] An error occurred while building the android project. module.js:340
throw err;
^Error: Cannot find module 'C:\Users\OmaR\Desktop\New'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
這是..荒謬的,但它工作:) – Omar