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
Copy file name to clipboardExpand all lines: packages/gatsby/content/advanced/error-codes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ This error code isn't used at the moment (it used to print the number of package
174
174
175
175
The checksum of a package from the cache doesn't match what the lockfile expects.
176
176
177
-
This situation usually happens after you've modified the zip archives from your cache by editing the files it contains for debug purposes. Use one of the two following commands in order to bypass it:
177
+
This situation usually happens after you've modified the zip archives from your cache by editing the files it contains for debug purposes. Use one of the three following commands in order to bypass it:
178
178
179
179
-`YARN_CHECKSUM_BEHAVIOR=reset` will remove the files from the cache and download them again
180
180
-`YARN_CHECKSUM_BEHAVIOR=update` will update the lockfile to contain the new checksum
0 commit comments