ESLINT-8-4-4错误404安装WebPack
我尝试在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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过安装上述解决了这个问题。 WebPack安装之前的版本ESLINT类型:
I solved this problem through installation prev. version eslint types before Webpack installation: