@brody4hire - C. Jonathan Brody
@brody4hire - C. Jonathan Brody
@martinhorvath commented in : > I [...] tried to reflect my findings in this update: [apache/cordova-docs@6dc8836](https://github.com/apache/cordova-docs/commit/6dc8836ff669dbd6825093740a3115cb0c08b1c2) > > Can somebody check if this is useful for others? A pull request...
@martinhorvath a pull request would be much easier for us to track and comment on than a loose commit. While we would prefer the proposed commits to be cleaner your...
And we can always use `git show -b 6dc8836` or `git diff -b` to ignore the space changes.
> Currently the docs say to run `sudo npm install -g` cordova which is not great +1 (+100 if you change "not great" to "bad") > use `npx cordova` instead...
I am also not so enthusiastic about directing people to use `npx cordova` for multiple reasons. I think the Cordova CLI is a bit big for this kind of usage,...
~~I would mark this one as a blocker.~~ _(accepting the response below)_
- a classic!
I think a PR would be welcome:) P.S. Some additional points: - ~~I think the same applies for mingw, for the same obvious reasons (not tested, not supported, more trouble...
I don't have so much extra time to investigate this one.
> I then came across the following post which led me to consider changing my environment and discovered it was not cordova but in fact cygwin. > [...] That is...