I'm don't think any of this stuff will be interesting to anyone else, but it's just a place for me to write down things I want to remember. :-)
#--- ## Replaces current node with latest, keeping installed global packages #--- function nvm-upgrade { CURR=$(nvm current) nvm install node --reinstall-packages-from=node nvm uninstall $CURR }
No comments:
Post a Comment