上一篇:《nodejs学习自我总结》


《npm 命令》

作者 vhaixingv 创建于 24-01-30 20:09:55

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

设置源


npm config list -l

查看配置


npm -g list --depth=0

查看全局安装的插件


下一篇:《上不了github怎么办?》