NPM
Posted yarightok
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NPM相关的知识,希望对你有一定的参考价值。
@、参数设置命令
npm config --help
npm config ls -l 列出所有配置
@、设置淘宝镜像
npm config set registry https://registry.npm.taobao.org
@、npm install 参数区别
原文: https://www.cnblogs.com/hollen/p/5956012.html
以上是关于NPM的主要内容,如果未能解决你的问题,请参考以下文章
npm ERR! code ETIMEDOUT npm ERR! syscall connect npm ERR! errno ETIMEDOUT npm ERR! network reques...