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 | bashNot 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
Last updated
Was this helpful?
