nodejs

安装:

apt install nodejs

npm换国内源:

npm config set registry http://registry.npmmirror.com

#验证
npm config get registry

最后更新于