Created
November 27, 2019 02:40
-
-
Save jmakeig/6fee4046e6f7bc7788d5f43914003869 to your computer and use it in GitHub Desktop.
Create soft link to current version of Node as managed by nvm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set this up in .profile or remember to call it after nvm install | |
ln -s $(dirname $(nvm which $(nvm current))) "$NVM_DIR"/current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment