1 错误结果
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/jquery failed, reason: connect ETIMEDOUT 104.16.28.34:443
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\12646\AppData\Local\npm-cache\_logs\2024-10-18T11_08_40_143Z-debug-0.log
2 解决方案
2.1 配置镜像
npm config set registry https://registry.npmmirror.com
再次执行安装命令
npm install jquery -S
执行结果如下:
验证:package.json文件有了jquery安装成功的信息