Probably you hit a bug in 3.0.3. Try updating to the latest version of the tool and see if the bug is fixed.
On Thu, Jan 23, 2014 at 1:24 AM, dev at watch2web.com <[email protected]>wrote: > Following the docs, I did: > > npm install -g [email protected] >> > > 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. >
