Node.js

newhappy98 / 2023-05-03 / 原文

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

Node.js更多相关文章