A nodenv plugin that provides the
nodenv update
command to update nodenv as well as all installed nodenv plugins.
To install nodenv-update, clone this repository into your $(nodenv root)/plugins
directory
(you'll need a recent version of nodenv that supports plugin bundles).
mkdir -p "$(nodenv root)"/plugins
git clone https://github.com/nodenv/nodenv-update.git "$(nodenv root)"/plugins/nodenv-update
nodenv update
Forked from Konstantin Haase's rbenv-update by Charlie Johnson and modified for nodenv.