You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reposting from Entware/Entware#1125 , I hope this here is the correct upstream repo.
Thanks for Entware! It helped me save a NAS from becoming e-waste.
Describe the bug
When I install Entware, I have to manually patch the default path to include /opt/usr/bin in order to install Node.js cleanly. (Because it has symlinks like $PREFIX/bin/npm to ../lib/node_modules/npm/…. The other option would be to have the node_modules folder in /opt/lib, but as I understand it, that path should be reserved for essential system libraries.)
It would be nice if you could add that path by default.
Environment (please complete the following information):
Update: It would be nice if we could even establish /opt/etc/profile.d/ so that people in similar situation can just add files rather than patch existing ones.
The text was updated successfully, but these errors were encountered:
Reposting from Entware/Entware#1125 , I hope this here is the correct upstream repo.
Update: It would be nice if we could even establish
/opt/etc/profile.d/
so that people in similar situation can just add files rather than patch existing ones.The text was updated successfully, but these errors were encountered: