dpogue commented on issue #838: Docs should not encourage global npm installation URL: https://github.com/apache/cordova-docs/issues/838#issuecomment-400408050 >> And then just keep using plain cordova throughout the docs. > > Will this work on all platforms without the global cordova install? No, if you don't install cordova globally, you'd always need to prefix it with `npx` when you want to run it. `npx` will look inside node_modules for it, and use it from there if it exists, or else it will install it into a temporary folder and run it from there for the duration of the command
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
