cordova error when adding any platform -


when try add platform apache cordova project or listing them gives me following error:

path.js:424 var path = (i >= 0) ? arguments[i] : process.cwd();                                              ^  error: enoent: no such file or directory, uv_cwd @ error (native) @ object.posix.resolve (path.js:424:50) @ function.module._resolvelookuppaths (module.js:263:17) @ function.module._resolvefilename (module.js:330:31) @ function.module._load (module.js:290:25) @ module.require (module.js:367:17) @ require (internal/module.js:16:19) @ object.<anonymous> (/usr/lib/node_modules/cordova/bin/cordova:40:11) @ module._compile (module.js:413:34) @ object.module._extensions..js (module.js:422:10) 

it seems not @ cordova project file. should change directory root of project. tell me if works you.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -