Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eslint not found #3319

Closed
dtle82 opened this issue Jun 30, 2022 · 1 comment
Closed

eslint not found #3319

dtle82 opened this issue Jun 30, 2022 · 1 comment
Labels

Comments

@dtle82
Copy link

dtle82 commented Jun 30, 2022

Describe the bug

When trying to install webpack-cli i'm getting this error for eslint not found because someone published a bad package. How can we force it to download the older version?

What is the current behavior?

To Reproduce

Steps to reproduce the behavior:

npm i webpack-cli

Expected behavior

RUN npm install -g webpack-cli webpack:
#29 3.215 npm ERR! code E404
#29 3.218 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types/eslint/-/eslint-8.4.4.tgz
#29 3.218 npm ERR! 404
#29 3.218 npm ERR! 404 '@types/eslint@*' is not in the npm registry.
#29 3.218 npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
#29 3.218 npm ERR! 404 It was specified as a dependency of '@types/eslint-scope'
#29 3.219 npm ERR! 404
#29 3.219 npm ERR! 404 Note that you can also install from a
#29 3.219 npm ERR! 404 tarball, folder, http url, or git url.
#29 3.224
#29 3.224 npm ERR! A complete log of this run can be found in:
#29 3.224 npm ERR! /root/.npm/_logs/2022-06-30T20_45_37_981Z-debug.log

Screenshots

Additional context

@dtle82 dtle82 added the Bug label Jun 30, 2022
@alexander-akait
Copy link
Member

alexander-akait commented Jun 30, 2022

Just regenerate lock file locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants