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

`nvm` has a feature that I would find useful in my current developer setup. The specific feature is [default global packages](https://github.com/nvm-sh/nvm#default-global-packages-from-file-while-installing) that are installed on every new version of node...

https://github.com/Schniz/fnm/blob/master/src/shell/windows_cmd/cd.cmd#L2 ![image](https://github.com/Schniz/fnm/assets/14202095/a82cd20e-9992-483a-98a2-e84104d09d8c) ![image](https://github.com/Schniz/fnm/assets/14202095/7fa84911-6712-4e07-b952-ab5bec6a81c8)

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...

Removed section about different profile location and instead used `$profile` variable

## Warning log ``` Can't find an installed Node version matching v16.15.1. Do you want to install it? answer [y/n]: y Installing Node v16.15.1 (arm64) Using Node v16.15.1 [WARN] -...

This is needed to prevent failures like [this](https://github.com/briansmith/ring/issues/1904).

It's useful when the download time exceeds 5 seconds. There is a progress bar library: https://docs.rs/indicatif

1、安装完成后,有一个installation目录,我认为他是多余的 2、fnm_multishells默认是C盘,我想修改到D盘,但是没有效果

When I change into a directory (or run any other command in that directory) with a `.node-version` or `.nvmrc` file I see this error: ``` thread 'main' panicked at 'Can't...

I want to download `node v0.10.36`, but there is no `node-v0.10.36-darwin-x64.tar.xz` file at https://nodejs.org/dist only `node-v0.10.36-darwin-x64.tar.gz`. Would like to be able to specify fnm whether to download a `.tar.xz` file...