我使用cordova CLI創建了我的Windows 8項目。無法使用Cordova CLI更新Windows8項目
cordova platform add windows8
cordova build windows8
但是,當我試圖按照PhoneGap Documentation上的步驟更新項目時。我收到一條錯誤消息,指出「所提供的路徑不是cordova windows phone項目的路徑」。
C:\Developer\CordovaLibraryProject>cordova platform update windows8
Error: Update script failed: Error: Command failed: The path provided is not a path to a cordova windows phone project.
Please provide the path to the root folder of your cordova windows phone project.
The path provided is not a path to a cordova windows phone project.
Please provide the path to the root folder of your cordova windows phone project.
at C:\Users\stan\AppData\Roaming\npm\node_modules\cordova\src\platform.js:140:38
at ChildProcess.exithandler (child_process.js:641:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Process.ChildProcess._handle.onexit (child_process.js:810:5)
這是科爾多瓦的一個錯誤嗎?如果沒有,我怎樣才能更新我的Windows8項目?