We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why do your scripts make 4 symlinks to /opt/nodejs/node? What's wrong with just one? /usr/local/bin/node should be sufficient, no? Same thing for npm.
/opt/nodejs/node
/usr/local/bin/node
npm
Also, why not use ln -sf ... instead of unlink and ln ...?
ln -sf ...
unlink
ln ...
The text was updated successfully, but these errors were encountered:
Thanks for the feedback @cinderblock. Its the kind of feedback i like, reducing code. Will take a look when i have a moment.
Sorry, something went wrong.
No branches or pull requests
Why do your scripts make 4 symlinks to
/opt/nodejs/node
? What's wrong with just one?/usr/local/bin/node
should be sufficient, no? Same thing fornpm
.Also, why not use
ln -sf ...
instead ofunlink
andln ...
?The text was updated successfully, but these errors were encountered: