fnm
fnm copied to clipboard
🚀 Fast and simple Node.js version manager, built in Rust
The bottom line of `.zshrc`: ```sh eval "$(fnm env --shell=zsh --use-on-cd --version-file-strategy=recursive)" ``` Open a new terminal tab with a `.node_version` file in the directory. Then pressing `ctrl + c`...
technically i think that i can just mutate the 'default' alias instead. because now that i think about it, it makes 0 sense to set current to 'default' every time...
I have tried to install fnm on raspberry pi. There are two issues that should be handled: 1. The installer passes and does not report an error due to the...
1) Installed via choco 2) Manually added fnm path to PATH 3) Installed node v14 with `fnm install v14` When I try to run `fnm use v14` is just gives...
Got bitten by this and thought it would help!
I had hard time finding the location of the profile file because it does not exist. Documentation should mention that users need to type in `echo $profile` to find the...
#1265 PR ignored this change
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://redirect.github.com/chronotope/chrono) | dependencies | patch | `0.4.38` -> `0.4.42` | --- ### Release...
Correcting typo in README.md infnite -> infinite