summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/lock_file/main.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/npm/lock_file/main.out')
-rw-r--r--tests/testdata/npm/lock_file/main.out12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/testdata/npm/lock_file/main.out b/tests/testdata/npm/lock_file/main.out
new file mode 100644
index 000000000..65e881be6
--- /dev/null
+++ b/tests/testdata/npm/lock_file/main.out
@@ -0,0 +1,12 @@
+Download [WILDCARD]
+error: Integrity check failed for npm package: "@babel/parser@7.19.0". Unable to verify that the package
+is the same as when the lockfile was generated.
+
+Actual: sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
+Expected: sha512-foobar!
+
+This could be caused by:
+ * the lock file may be corrupt
+ * the source itself may be corrupt
+
+Use "--lock-write" flag to regenerate the lockfile at "[WILDCARD]lock.json".