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

I'm running on linux and I need to run `npm start` as root. When I do this I get this error: ``` $ npm start internal/fs/utils.js:259 throw err; ^ Error:...

hi there :wave: thanks for the awesome tool 🙏 ❤️ i've very much enjoyed using `fnm` with one painful exception - `fnm use system` ends up breaking my `$PATH`. ```...

Just a suggestion to change mentions of '.bashrc profile' and '.zshrc profile' in the readme to '.bashrc file/.zshrc file' so that there's no ambiguity as to whether it's referring to...

**OS**: Linux (Arch) | **fnm**: v1.22.8 The output of `fnm env` on my system (Bash v5.0.18) prepends its bin directory to the `$PATH`, e.g.: ``` export PATH="/tmp/fnm_multishell_123_456/bin":$PATH ``` I know...

I'm getting the same error using [mksh](https://github.com/MirBSD/mksh) shell even with the new fnm release. Is there a possible similar fix for this shell? ``` thread 'main' panicked at 'Can't infer...

enhancement

It would be nice if there was a command like `fnm env [--prepare-shell=bash|zsh|fish|powershell]` that would in the case of fish add a file to `~/.config/fish/conf.d/fnm.fish` with `fnm evn | source`...

enhancement

I am running fnm on Alpine, meaning no glibc thus official node.js build can't be used. I set the appropriate mirror env variable to the unofficial one, but it still...

good first issue

Hi @Schniz Is there any chance to APT support? Thanks

Hi Gal, Thanks so much for this tool! I've been bothered by nvm slowing down my shell startup for a long time, and fnm is making my life so much...