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

![image](https://github.com/user-attachments/assets/4e4fba69-47dd-4b59-b46c-31b8b7be429d)

If you use `eval "$(fnm env --use-on-cd)"` before actually getting a nodejs version, `source ~/.bashrc` will fail with: ``` Can't find an installed Node version matching default. Do you want...

In the Powershell section of the readme: https://github.com/Schniz/fnm?tab=readme-ov-file#powershell the line you need to add to your profile is wrong. The documentation says: ``` fnm env --use-on-cd --shell power-shell | Out-String...

### Description: It used to work fine and could show a warning about the recommended node version based on .nvmrc in the zsh shell but not the bash shell even...

Hi, Thank you for creating this package! I have a Node.js script that uses `spawn` from `node:child_process` (with `shell: true`) to run the `npm run slidev` command. However, since I've...

Related to https://github.com/Schniz/fnm/pull/1224

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.61` -> `1.0.63` | ---...

PR: Dependency Update

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | ---...

PR: Dependency Update

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.3` -> `0.11.5` | ---...

PR: Dependency Update

Hi, I came across a situation where I wanted to locally link a library into a project. The library uses latest version of node 22, but the project uses older...