For the complete documentation index, see llms.txt. This page is also available as Markdown.

nodejs

安装:

apt install nodejs

npm换国内源:

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

#验证
npm config get registry

最后更新于