时间:2024-1-12 作者:benojan 分类: 工具经验
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install nodejs
sudo npm i -g yarn
yarn config set registry https://registry.npmmirror.com/
标签: Linux nodejs
benojan