繁体   English   中英

安装 npm && 开发失败

[英]failed install npm && dev

我正在尝试npm install && run dev in laravel 8,但是像这样失败了,你能帮帮我吗?

npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/laravel-mix failed, reason: connect ETIMEDOUT 104.16.24.35: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\NI\AppData\Roaming\npm-cache\_logs\2021-03-19T06_27_05_986Z-debug.log

我遇到了同样的错误,并且能够通过运行以下命令来解决这个问题:

npm config delete proxy

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM