安装失败 npm && dev



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

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:UsersNIAppDataRoamingnpm-cache_logs2021-03-19T06_27_05_986Z-debug.log

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

npm config delete proxy

最新更新