You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I added
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.
The text was updated successfully, but these errors were encountered: