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 there! One problem I am running into with fnm is that in my IDE, WebStorm, I need to predefine the path to node as the IDE does not run...

I'm using fnm and VSCode can't seem to detect node. On committing through the Source Control Sidebar, it shows this error: ``` > git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file...

``` fnm 1.22.8 fish, version 3.1.2 ``` this is how i'm configuring fnm: ```fish if type -q fnm fnm env --shell fish --use-on-cd | source fnm completions --shell fish |...

bug
cant reproduce

I have a project with a `.node-version` and `.nvmrc` with different node versions set. `fnm use` complains that I don't have the version found in `.nvmrc` installed and asks me...

Although we can simply add fnm execution script into the powershell, but since its not available in the path directory, we can not use it during other process, for example,...

Hello, Thank you for this great tool! I was wondering, what's the "recommended" way to migrate globally installed npm packages when moving from one version to another? Thanks again!

Add the ability to add `--force-arch` to `fnm env` so if a prebuilt version is not found, fnm will use `node-build` to compile the Node.js version locally.

Here is the output on my `arm64` MacBook which had a pre-existing `x86_64` Node.js installation from fnm: ```sh $ node -p 'os.arch()' x64 $ fnm install 16 Installing Node v16.15.0...

I'm calling `fnm` directly and not using a shell environment. This means `fnm use` fails because it can't find the environment it depends on. I would love being able to...

Now that Windows binaries are available, it would be great to make them available via `winget`: > We now ship Windows binaries! Now we need to figure out how to...