nodenv / nodenv-default-packages

Install default packages every time you install a new version of Node
MIT License
37 stars 5 forks source link

Is there a way to trigger re-installation for all installed versions if you modify your list of defaults? #7

Closed jbcpollak closed 6 years ago

jasonkarns commented 6 years ago

Not at present but that would be a nice improvement. PR welcome

See https://github.com/nodenv/nodenv-aliases as an example of a plugin that exposes subcommands (under /bin) which are leveraged by the install/uninstall hooks.

jbcpollak commented 6 years ago

Here's a PR, hope this works for you!

https://github.com/nodenv/nodenv-default-packages/pull/8

jasonkarns commented 6 years ago

closed by #8