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
error: Integrity check failed for remote specifier. The source code is invalid, as it does not match the expected hash in the lock file.
Specifier: https://esm.sh/v135/[email protected]
Actual: f513c98f7bc98331b687de4ec8387e6b4174c56596213b7d73b85641bdc28697
Expected: 52480d4c00855e4f76843caa4f2818eb001671523740cbf064cbd108721c29c8
This could be caused by:
* the lock file may be corrupt
* the source itself may be corrupt
Investigate the lockfile; delete it to regenerate the lockfile or --reload to reload the source code from the server.
The build version prefix of esm.sh was introduced to avoid potential breaking changes caused by updates to the esm.sh server. However, it can lead to duplication issues when updating the server. In v136, we have removed the build version prefix from the module path, and the ?pin query will be ignored. Paths with the build version prefix will continue to work as before, but the new default will be paths without the build version prefix.
https://github.com/kachick/depop/actions/runs/12800649376/job/35688791738
nix develop --command deno task all
looks like similar of #143
The text was updated successfully, but these errors were encountered: