@pp1994 wrote:
When running cordova --help in any directory I get the following error:
The error is independent of the application I am working on (tried with several)module.js:339
throw err;
^Error: Cannot find module 'bplist-parser'
at Function.Module._resolveFilename (module.js:337:15)
at Function.Module._load (module.js:287:25)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object. (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-common/src/ConfigChanges/ConfigFile.js:20:14)
at Module._compile (module.js:425:26)
at Object.Module._extensions..js (module.js:432:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)Running 'sudo npm install bplist-parser' does not seem to solve the issue. I do get the following warnings:
npm WARN EPACKAGEJSON songhop@1.0.0 No repository field.
npm WARN EPACKAGEJSON songhop@1.0.0 No license field.Linux Mint 17
npm -v 3.3.6
ionic -v 1.7.10
cordova -v -> command doesn't run, get error as above
nodejs -v v0.10.25
Posts: 1
Participants: 1