Node.js

发布时间 2023-05-02 05:21:18作者: Arkx86

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