首页 / 工具经验 linux mint下,安裝最新版nodejs,安裝yarn

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

原创 分类: 工具经验 2024-1-12 16:17 阅读量:367
添加Node.js PPA curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash - 安裝nodejs sudo apt-get install nodejs 安裝ya...

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