chameleon 请问这问题何时解决?

ccrfmcuu  于 2022-04-21  发布在  Java
关注(0)|答案(1)|浏览(299)

bug描述

依赖包“circular-dependency-plugin”错误

``$ npm i -g chameleon-tool
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to http://registry.npm.xiaojukeji.com/circular-dependency-plugin/download/circular-dependency-plugin-4.4.0.tgz failed, reason: getaddrinfo ENOTFOUND registry.npm.xiaojukeji.com
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Local\npm-cache_logs\2021-03-03T10_06_29_680Z-debug.log
``

thigvfpy

thigvfpy1#

你切到 滴滴的源 来下载这个项目
npm set registry http://npm.intra.xiaojukeji.com
不要使用npm这个 或者使用yarn 试试

相关问题