Node & NPM

I'm using Node.js version manager for easier install and mange versions with this script:

curl -fsSL https://fnm.vercel.app/install | bash
Not found

And after that, you can install node by fnm install 23

After install, I'd recommend you to use pnpm by using this script:

curl -fsSL https://get.pnpm.io/install.sh | sh -

References

Fast, disk space efficient package manager
Containerize Node.js

Last updated

Was this helpful?