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

[![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 | patch | `3.2.8` -> `3.2.22` | ---...

PR: Dependency Update

I've installed it as guide described. ``` > curl -fsSL https://fnm.vercel.app/install | zsh > fnm install 16 > ./.fnm/node-versions/v16.14.0/installation/bin/node -v zsh: no such file or directory: ./.fnm/node-versions/v16.14.0/installation/bin/node

enhancement
good first issue

I'm using Multipass, due install `fnm` I got this error:

sudo: npm: command not found

It would be nice to have an `fnm upgrade` command that would upgrade the current Node version to the latest minor version, and optionally remove the old ole (e.g. with...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [test-log](https://togithub.com/d-e-s-o/test-log) | dev-dependencies | patch | `0.2.10` -> `0.2.11` | ---...

PR: Dependency Update

Hi, I am facing this exact problem https://stackoverflow.com/questions/72086863/how-to-install-a-global-npm-package-using-fnm-fast-node-manager Hope for a fix so I don't need to change shell to install a global package.

help wanted
os:windows

The fnm will install node binary in home folder .fnm, for each version with its name. But in M1 Mac, x64 node binary also work perfectly with rosetta 2. With...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...