-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova binary path cannot be overrided #27
Comments
This plugin is using whatever is called by executing If there maybe another way to achieve this? |
For now, I changed my PATH environment variable to target the correct binary. |
@janpio - you should call the cordova binary using |
Is the "order" of how |
https://www.npmjs.com/package/npx It checks if a command:
And calls the first one it finds. If it does not find the command, it will automatically fetch and run the command from a temporary installation (if not supresssed with --no-install). Just thinking now, it's probably a good idea to add --no-install to the PR changes to avoid surprising installations - would you like me to make that change? |
That sounds like a good idea. And thanks for the explanation. |
Hello,
On my project, I installed cordova in my npm devDependencies and I would like to specify the cordova binary to use in the fastlane command "./node_modules/.bin/cordova".
Is it possible to add a new parameter to be able to specify the Cordova binary path.
Regards,
Dominique
The text was updated successfully, but these errors were encountered: