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

Dependency override in package.json causes npm ci problem for npm v8.5.0 #1

Open
jkshenton opened this issue Sep 9, 2022 · 0 comments

Comments

@jkshenton
Copy link
Member

I added

"overrides": {
    "minimist": "$minimist"
  }

to the package.json file to force a more secure minimist version to be used by a dependency. However, this causes npm ci to think the package-lock.json and package.json are out of sync and therefore the ci fails.

We could either a) fix the dependency relying on the out-of-date minimist version, b) avoid the use of npm ci (i.e. always use npm install) or c) avoid using npm <= v8.5.0.

See here npm/cli#4684 for more on this issue.

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

No branches or pull requests

1 participant