Github user filmaj commented on the issue:

    https://github.com/apache/cordova-docs/pull/716
  
    The problem described here is that on Ubuntu, node.js' main command is 
generally not available as `node` but rather as 
[`nodejs`](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
 (due to `node` on apt-get being a different program altogether).
    
    Worth nothing that this problem could affect instructions for any of the 
cordova tooling requiring `node` - users on Ubuntu would have the same problem.
    
    Perhaps this PR could be tweaked so that we tailor the documentation for 
the generically-applicable case of `node` being the command for node.js, but 
point out that on Ubuntu you might need to run it as `nodejs`. I'm not sure...
    
    What do other projects that run on node do with respect to Ubuntu?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to