Following the docs, I did:

npm install -g cordova@3.0.3

It seemed to work: cordova -v gives 3.0.3

I crreated a simple HelloCordova app:

cordova create HelloCordova com.notacompany.test HelloCordova
cd HelloCordova
codova platform add android
cd platforms\android  (Windows build)
cordova build android --debug

I get immediate error:

[TypeError: Cannot read property 'parser' of undefined]

There is probably a simple reason, but I could use some help finding it.

Reply via email to