Mar 23, 2015

[SOLVED] echo $NODE_PATH shows nothing

If you are getting no response or a blank output when you run the command below, check your .profile or .bash_profile again.

echo $NODE_PATH

For me this is solved by including this line at the bottom of the profile file:

export NODE_PATH=$HOME/.local/bin:$PATH

No comments:

Post a Comment