跳至主要內容

ubuntu安装node.js

小于 1 分钟

ubuntu安装node.js

  • https://deb.nodesource.com/
sudo apt update
sudo apt install curl dirmngr apt-transport-https lsb-release ca-certificates
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs

安装pnpm

npm install -g pnpm

相关信息

记得可以使用whereis找可执行文件路径

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v3.0.0-alpha.10