Jonfor
Jonfor

Reputation: 139

WebStorm Cordova executable invalid

I am trying to set up WebStorm to use the executable of Cordova that comes with Meteor. I set the executable path in Settings/Languages & Frameworks/Javascript/PhoneGap/Cordova to /home/jonfor/.meteor/packages/meteor-tool/1.1.3/mt-os.linux.x86_64/dev_bundle/lib/node_modules/cordova/bin/cordova.cmd

I get an error "Please correct path to PhoneGap/Cordova executable".

I'm not sure why WebStorm doesn't recognize cordova.cmd, unless the Cordova executable that comes with Meteor is different than the one I would get from NPM or this is a bug. Any ideas?

I am running WebStorm 10.0.4 on Linux Mint 17. I found the path for the Cordova executable from this post and followed the JetBrains official set-up instructions here.

Upvotes: 3

Views: 4275

Answers (1)

Renat Seyfetdinov
Renat Seyfetdinov

Reputation: 433

I change executable path to cordova to /usr/local/bin/cordova. Try this, it should be help.

Upvotes: 1

Related Questions