I'm under Windows 10 and I've installed the browser platform for Cordova for my Ionic app.
ionic cordova platform add browser Now I'd like to have a Run Configuration for the following command.
ionic cordova run browser --target=Firefox Adding a new configuration of type PhoneGap/Cordova to WebStorm with the desired parameters yields this message:
"C:\Program Files\JetBrains\WebStorm 2017.1.4\bin\runnerw.exe" C:\Users\Username\AppData\Roaming\npm\ionic.cmd run browser The run command has been renamed. To find out more, run: ionic cordova run --help Apparently WebStorm is using older commands.
Is there a workaround or a plugin fixing this? Or can you make a custom run configuration where you only execute a command in the terminal?