fnm icon indicating copy to clipboard operation
fnm copied to clipboard

๐Ÿš€ Fast and simple Node.js version manager, built in Rust

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

To be able to have fnm look for the node version to use in a directory from the package.json file *package.json* using dependacies. Will use v18.20.4 ``` { "dependencies": {...

Hi everyone I have a repository where I store my macOS configurations that I can run via terminal I create a shell script for setup FNM, but I can't do...

I use `fnm` in Docker with a read-only file system. `fnm` is installed in a read-write mounted directory `/home/dev/app/.cache/fnm` and `FNM_DIR` is set to `/home/dev/app/.cache/fnm`. However, `fnm env` still tries...

I use `fnm default `. I then regularly run a script to check if my default version is out of date. However, I can't find a programmatic way to determine...

I apologize if I'm missing something obvious. I just tried installing fnm on a fresh MacBook (running macOS Sonoma 14.5) using the default recommended installation script (`curl -fsSL https://fnm.vercel.app/install |...

If the .tar.xz download fails, it will try again with the .tar.gz file. Fixes #1088

I use fnm on win ,when i commit my code with pre-commit ,it ``` .husky/pre-commit: line 4: pnpm: command not found husky - pre-commit hook exited with code 127 (error)...

Would be great with a global parameter to output results of a fnm command as JSON, to make it easier to parse the information from other tools, like PowerShell in...

Hello, Iโ€™m currently using fnm in conjunction with [zoxide](https://github.com/ajeetdsouza/zoxide) on Git Bash for Windows. Iโ€™ve added `eval "$(fnm env --use-on-cd)"` to my `.bashrc` to automatically run `fnm use` every time...

```console $ fnm install 0.12.18 Installing Node v0.12.18 (x64) error: Can't download the requested binary: v0.12.18 for x64 not found upstream. You can `fnm ls-remote` to see available versions or...