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

时间:2024-1-12    作者:benojan    分类: 工具经验


添加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