Use the latest version of Node.js with fnm
Luu Vinh Loc

Luu Vinh Loc @loclv

About: I got inspired by the [Karma](https://en.wikipedia.org/wiki/Karma) principle. Karma as action and reaction: if we show goodness, we will reap goodness.

Location:
Hanoi, Vietnam
Joined:
Jul 28, 2020

Use the latest version of Node.js with fnm

Publish Date: Mar 8
0 0

To install the latest Node.js version using fnm (Fast Node Manager) - https://github.com/Schniz/fnm, use the command:

fnm --version
# fnm 1.39.0

# install latest version
fnm install --latest
Enter fullscreen mode Exit fullscreen mode

For example, output is "Installing Node v25.8.0 (arm64)...".
Switch to version: fnm use <version>.
Set default: fnm default <version>.

Comments 0 total

    Add comment