-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Installing node with apt-get breaks existing batch scripts #1434
Comments
@Jermolene I am not sure if this is a bug. More of an inconvenience cause by distro package managers. It affects almost all Debian based distros and is a binary naming conflict between the nodejs package and this extremely niche package: https://packages.debian.org/wheezy/node ArchLinux names the binary Fedora and OpenSuse I am not certain... their package databases are terrible. (Which is not surprising having personally ventured to the hell of their package managers.) Not sure what you stance would be, but we could sticky a note in build notes that suggests creating a symbolic link: |
Good idea. Would you like to send a pull request for mods to |
Added text notifying users of issue #1434
Apart form the above docs, will there be anything else being done on this issue? It's a bit odd to see the commits but not a PR. Anyway, can this be closed? |
We can see the commits, because the issue number was mentioned in the commit message. may be no PR was done or the merge didn't close this issue. |
This was merged from #1685 |
Apologies for resurrecting a long-closed issue, but it is worth noting that Debian/Ubuntu provide a package |
Using apt-get to install Node.js and npm (with
sudo apt-get install nodejs npm
) results in the Node executable being callednodejs
. This means that the existing documentation and batch files won't work without modification.The text was updated successfully, but these errors were encountered: