«

linux mint下,安裝最新版nodejs,安裝yarn

benojan • 2024-01-12 16:17 • 205 次点击 • 工具经验


添加Node.js PPA

curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -

安裝nodejs

sudo apt-get install nodejs

安裝yarn

sudo npm i -g yarn

添加国内源

yarn config set registry https://registry.npmmirror.com/

Linux nodejs