diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-20 19:13:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 20:13:17 +0200 |
commit | 1f47248143b2298d38dbada5b431570c067ed663 (patch) | |
tree | 769aa2bf5ff4b9df106eb28f7402a2ba6378fed5 /tests/specs/install | |
parent | 07044547559cafe1a86afc0f1dec13967803eb11 (diff) |
fix: adjust suggestion for lockfile regeneration (#25107)
Ref https://github.com/denoland/deno/pull/24436#issuecomment-2288568645
Diffstat (limited to 'tests/specs/install')
-rw-r--r-- | tests/specs/install/future_install_node_modules/corrupted.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/install/future_install_node_modules/corrupted.out b/tests/specs/install/future_install_node_modules/corrupted.out index ade075744..abfbeadda 100644 --- a/tests/specs/install/future_install_node_modules/corrupted.out +++ b/tests/specs/install/future_install_node_modules/corrupted.out @@ -1,2 +1,2 @@ error: Integrity check failed for package: "npm:@denotest/esm-basic@1.0.0".[WILDCARD] -Use the --lock-write flag to regenerate the lockfile at [WILDCARD]
\ No newline at end of file +Investigate the lockfile; delete it to regenerate the lockfile at [WILDCARD]
\ No newline at end of file |