根據yarn的官方文檔安裝yarn:
https://yarnpkg.com/lang/en/docs/install/#linux-tab
ps: 可以使用淘寶的npm源:
yarn config set registry https://registry.npm.taobao.org
使用n模塊管理node:
sudo yarn global add n
安裝stable版本的node
sudo n stable
安裝node后, npm也會安裝好了。
根據yarn的官方文檔安裝yarn:
https://yarnpkg.com/lang/en/docs/install/#linux-tab
ps: 可以使用淘寶的npm源:
yarn config set registry https://registry.npm.taobao.org
使用n模塊管理node:
sudo yarn global add n
安裝stable版本的node
sudo n stable
安裝node后, npm也會安裝好了。