macOS
brew install node
npm config set registry https://registry.npmmirror.com
npm install --global pnpm
pnpm config set registry https://registry.npmmirror.com
Linux
brew install node
npm config set registry https://registry.npmmirror.com
npm install --global pnpm
pnpm config set registry https://registry.npmmirror.com
Windows
scoop install nodejs
npm config set registry https://registry.npmmirror.com
npm install --global pnpm
pnpm config set registry https://registry.npmmirror.com