如何在Debian 10上安装NVM
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
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。