fnm icon indicating copy to clipboard operation
fnm copied to clipboard

🚀 Fast and simple Node.js version manager, built in Rust

Results 301 fnm issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/16397293/190963863-341f7eeb-7d56-4681-9af1-060d50ce8fae.png) This a little bit annoying because i...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | ---...

PR: Dependency Update

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | ---...

PR: Dependency Update

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | |...

PR: Dependency Update

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...