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
Due to a known npm bug (npm/cli#4263) a lot of the dependencies in the lockfile have their resolve and integrity fields missing. This might be okay for npm to run properly, but it breaks tools that rely on these fields to achieve reproducibility when building npm packages.
The lockfile should be regenerated via npm i, and contributors should avoid accidentally changing the lockfile by running npm i locally — use npm ci instead
The text was updated successfully, but these errors were encountered:
Due to a known npm bug (npm/cli#4263) a lot of the dependencies in the lockfile have their resolve and integrity fields missing. This might be okay for npm to run properly, but it breaks tools that rely on these fields to achieve reproducibility when building npm packages.
The lockfile should be regenerated via
npm i
, and contributors should avoid accidentally changing the lockfile by runningnpm i
locally — usenpm ci
insteadThe text was updated successfully, but these errors were encountered: