# node 版本 >= 18
npm install -g pnpm
pnpm installpnpm run devpnpm run build静态托管
查看源
pnpm get registry 临时修改
pnpm --registry https://registry.npmmirror.com install any-touch持久使用
pnpm config set registry https://registry.npmmirror.com还原
pnpm config set registry https://registry.npmjs.org



