A tool for updating Node.js using fnm
Ensure that fnm is already installed.
cargo install --git https://github.com/yukita443/fnm-util
To check for Node.js updates and install the latest version if you need:
fnm-util update
To migrate global packages while installing:
fnm-util update -p <FROM>
fnm-util install -p <FROM> <VERSION>
MIT License