ESLINT-8-4-4错误404安装WebPack

发布于 2025-02-12 02:30:40 字数 622 浏览 2 评论 0原文

我尝试在06/30/2022 15:44安装WebPack,从NPM获得E404

npm install webpack webpack-cli webpack-dev-server
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types/eslint/-/eslint-8.4.4.tgz - Not found
npm ERR! 404 
npm ERR! 404  '@types/eslint@https://registry.npmjs.org/@types/eslint/-/eslint-8.4.4.tgz' is not in this registry.
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/bjvalmaseda/.npm/_logs/2022-06-30T19_42_46_230Z-debug-0.log

I try to install webpack at 06/30/2022 15:44 ET and I get E404 from npm

npm install webpack webpack-cli webpack-dev-server
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types/eslint/-/eslint-8.4.4.tgz - Not found
npm ERR! 404 
npm ERR! 404  '@types/eslint@https://registry.npmjs.org/@types/eslint/-/eslint-8.4.4.tgz' is not in this registry.
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/bjvalmaseda/.npm/_logs/2022-06-30T19_42_46_230Z-debug-0.log

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

灼痛 2025-02-19 02:30:40

我通过安装上述解决了这个问题。 WebPack安装之前的版本ESLINT类型:

npm i @types/[email protected]

I solved this problem through installation prev. version eslint types before Webpack installation:

npm i @types/[email protected]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文