nodenv
nodenv copied to clipboard
Question: How would I go about removing nodenv and all node instances from a server?
Would it just be: cd rm .nodenv -R
and remove the two lines form the .bash_profile?
Could this be added to the documentation?