上一篇:《nodejs学习自我总结》
npm config set registry https://registry.npmmirror.com/
设置源
npm config list -l
查看配置
npm -g list --depth=0
查看全局安装的插件
下一篇:《上不了github怎么办?》