企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
让你知道npm发的每一个请求 ``` npm config set loglevel http #让你知道npm发的每一个请求 ``` 关闭下载进度条,提升下载速度 ``` npm config set progress false ``` 选择国内镜像,提升下载速度 ``` npm config set registry https://registry.npm.taobao.org/ ``` 取消镜像 ``` npm config delete registry ``` 或则直接修改配置文件 ``` vi ~/.npmrc ```