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

After installing fnm in fish, following the steps, and starting a new fish terminal : ``` fish: Unknown command: fnm ~/.config/fish/conf.d/fnm.fish (line 4): fnm env | source ``` It seems...

I tried to install Ghost Blog CMS and it required node.js. SO I decided to use fnm. But Ghost can't install in root user, so I install fnm in both...

It would be great if `fnm` supported cleaning up the cache directory. Currently, I have **2398 directories** in the cache directory, and I think that having a command (which maybe...

enhancement

Hi, Is there a way to configure the location of fnm's installation of node? This use case is related to developer tooling exclusions for microsoft defender. Having the option to...

Hi, With `eval "$(fnm env --version-file-strategy recursive --use-on-cd)"` on my bashrc and system set as default, when opening a shell I have the following error: ``` error: Could not find...

bug

I had been waiting for https://github.com/Schniz/fnm/pull/607 to be merged, and it is actually working really well. But I think that for new people, --use-on-cd should use the recursive strategy by...

This PR contains the change of the `env` command and `shell`. See: #441

Hello, it is impossible to delete the previous versions of node because it has created 2 identical ones and it can't delete them. ![Screenshot from 2022-02-13 17-11-34](https://user-images.githubusercontent.com/9990521/153762065-1dd0b462-1855-4ae1-8d67-2fd114cd11b4.png)

Support for $XDG_DATA_HOME was added in a recent release, however it is not used under macOS and falls back to the default location `~/Library/Application Support`. fnm 1.29.1 ```shell mv ~/.fnm...

I was running a process with `fnm exec` and that process OOM'ed and was killed by a signal. AFAIU fnm reacts to this by exiting with code 1. Unfortunately this...