📜  pnpm 安装 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:42.561000             🧑  作者: Mango

代码示例1
The easiest way to install pnpm is using npm:

npm install -g pnpm

Once you first installed pnpm, you can upgrade it using pnpm:

pnpm add -g pnpm