cmd - Cordova doesn't work anymore : "unexpected end" -


i'm getting error when trying run cordova command.

c:\users\james\desktop\dev\neptunus>cordova prepare -d cordova library "android" exists. no need download. continuing. generating config.xml defaults platform "android" calling plugman.prepare platform "android" preparing android project processing configuration changes plugins. iterating on installed plugins: [] writing out cordova_plugins.js... wrote out android application name "neptunus" [error: unexpected end line: 0 column: 0 char: ] 

the same goes "cordova run" . i've tried restarting, debugging, in vain. know wrong? thanks!

i ran error after updating cordova version. removing , readding platform resolved me:

cordova platform rm android cordova platform add android 

hope helps runs this.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -