使用pnpm管理nodejs项目
安装pnpm(推荐)
1 | npm install -g pnpm |
使用shell安装
1 | wget -qO- https://get.pnpm.io/install.sh | sh - |
1 | ➜ ~ wget -qO- https://get.pnpm.io/install.sh | sh - |
使用pnpm管理nodejs项目
1 | npm install -g pnpm |
1 | wget -qO- https://get.pnpm.io/install.sh | sh - |
1 | ➜ ~ wget -qO- https://get.pnpm.io/install.sh | sh - |
使用pnpm管理nodejs项目