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
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
With narcissus now a proper submodule, it can be useful to take sources for make install from an existing repo.
keep make install from messing with ~/.profile: it isn't nice, it does not achieve the purpose of setting an environment variable (eg, when running node from a shell that doesn't process ~/.profile), it might overwrite existing .profile.bak, ..
This might need further refinement, eg when NODE_PATH is empty, setting it to "somepath:" isn't quite right. But that is now just a message, so it is an improvement.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
make install
from an existing repo.make install
from messing with~/.profile
: it isn't nice, it does not achieve the purpose of setting an environment variable (eg, when runningnode
from a shell that doesn't process~/.profile
), it might overwrite existing.profile.bak
, ..patch is here.
This might need further refinement, eg when
NODE_PATH
is empty, setting it to"somepath:"
isn't quite right. But that is now just a message, so it is an improvement.The text was updated successfully, but these errors were encountered: