主题模式
欢迎访问
感谢阅读
iwr https://get.pnpm.io/install.ps1 -useb | iex
npm install -g pnpm
brew install pnpm
pnpm up //更新所有依赖项 pnpm upgrade 包 //更新包 pnpm upgrade 包 --global //更新全局包
pnpm config set store-dir /path/to/.pnpm-store