-
Notifications
You must be signed in to change notification settings - Fork 505
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
Debian renamed node for some reason #70
Comments
You're late, Debian did that like three or four years ago. :-) It's probably not an issue in practice. Most people that don't compile from source seem to install the nodejs-legacy package that symlinks /usr/bin/node to /usr/bin/nodejs. |
Oh my, well, good it's a non-issue. |
always best to recommend people use Chris Lea's PPA cause it's always up to date and does a symlink by default. |
on Debain is a bit more involved because of the lack of a nice PPA ecosystem, but do people really still use Debian raw? |
I do (but I compile node.js from source, of course. :-)). It's possible to use PPAs on Debian with minimal effort, by the way. |
Apparently Debian decided it was a good idea to rename node to nodejs. This causes problems with the current include-voodoo.
serialport/node-serialport#301
Based on crypto-utils/keygrip#7, it seems a possible fix is something like
But, I suspect that will not work with Windows. So, how to make a cross-platform solution?
The text was updated successfully, but these errors were encountered: