We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v16.13.2
Darwin najma.attlocal.net 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64
No response
npm audit fix --force
The first run will upgrade a package such as JSHint to 2.13.3. The next run will reset the package back to the old version.
Running a third time and a fourth repeats this behavior indefinitely.
Every time.
npm audit should behave idempotently.
npm audit --force cycles between two bad versions, each featuring vulnerabilities.
npm audit --force
The text was updated successfully, but these errors were encountered:
The repository for npm is https://github.com/npm/cli. Please open the issue there.
This is not the first time that you've opened npm issues in this repository and been told that it is not the right place. What can we do to stop you from opening npm issues in this repository?
Sorry, something went wrong.
No branches or pull requests
Version
v16.13.2
Platform
Darwin najma.attlocal.net 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64
Subsystem
No response
What steps will reproduce the bug?
npm audit fix --force
.The first run will upgrade a package such as JSHint to 2.13.3. The next run will reset the package back to the old version.
Running a third time and a fourth repeats this behavior indefinitely.
How often does it reproduce? Is there a required condition?
Every time.
What is the expected behavior?
npm audit should behave idempotently.
What do you see instead?
npm audit --force
cycles between two bad versions, each featuring vulnerabilities.Additional information
No response
The text was updated successfully, but these errors were encountered: