curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.profile
source ~/.zshrc
nvm install 18.15.0
git clone https://github.com/Chanzhaoyu/chatgpt-web.git
npm install pnpm -g
pnpm install
pnpm dev

常用node版本

nvm ls
    20.10.0
    18.19.0
    17.9.1
  * 14.21.3 (Currently using 64-bit executable)

更换国内源

npm config set registry https://registry.npmmirror.com
npm config get registry https://registry.npmmirror.com