2016-05-04

Cannot find module 'bplist-parser' while executing 'cordova create myproject'

按照文件一步一步的安裝 Cordova,等到一切就緒後,執行以下命令來建立第一個 Cordova 專案。
cordova create myproject
卻發生錯誤。
module.js:327
    throw err;
    ^

Error: Cannot find module 'bplist-parser'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
求問 Google,大家都說更新一下 npm 就好。
npm update -g
但我就是不好。

最後,聽 npm 的話。
npm install -g bplist-parser
就好了。
---
---
---

沒有留言:

張貼留言