web/tool/package/nodejs.md

18 lines
186 B
Markdown
Raw Normal View History

2025-10-17 13:23:19 +08:00
npm init -y
npm -v
sudo npm install -g npm@latest
sudo npm install -g npm@latest
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash -
sudo apt-get install -y nodejs