一键安装nodejs和npm

Saturday, Nov 15, 2025 | 1 minute read | Updated at Saturday, Nov 15, 2025

@

一键安装nodejs和npm

可以自定义node版本

nvm list
nvm use
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"

# Download and install Node.js:
nvm install 24

# Verify the Node.js version:
node -v # Should print "v24.11.0".

# Verify npm version:
npm -v # Should print "11.6.1".

© 2018 - 2026 vpslala

🌱 Powered by Hugo with theme Dream.