安装nvm或者nvm-windows
安装配置node
nvm install 16
nvm use 16
- 安装配置pnpm
### start
# windows
iwr https://get.pnpm.io/install.ps1 -useb | iex
# mac
wget -qO- https://get.pnpm.io/install.sh | sh -
### end
pnpm config set store-dir "D:\Web\Node\pnpm\store"
- 安装yarn
pnpm add yarn -g