fnm
fnm copied to clipboard
🚀 Fast and simple Node.js version manager, built in Rust
Hi. I think it is better to include UNIX executable attributes on binary release. So the installation script whether it is plain `curl` or `cargo-binstall` doesn't need an additional step;...
I have noticed that everytime i launch a new terminal session, there will be a new randomly generated node bin path. See:  This a little bit annoying because i...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap_complete](https://togithub.com/clap-rs/clap) | dependencies | patch | `3.2.3` -> `3.2.5` | ---...
closes #463
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://togithub.com/chronotope/chrono) | dependencies | patch | `0.4.19` -> `0.4.22` | ---...
Main motivation for this PR is to make the nushell experience better (#463). Taken from one of the [suggestions in the comments](https://github.com/Schniz/fnm/issues/463#issuecomment-1132510568) I added a `--json` option. ```nushell fnm env...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | minor | `4.3.10` -> `4.5.4` | |...
I'm using git-bash for windows to use fnm, and I use `powershell` to install fnm. After installation, I found `fnm env` command not work in `git-bash` so can't change node...
**CENTOS 7** - **sudo user** just installed `fnm` using: ```sh $ curl -fsSL https://fnm.vercel.app/install | bash Checking dependencies for the installation script... Checking availability of curl... OK! Checking availability of...