summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/package_json/invalid_value/task.out
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-03-03 18:27:05 -0400
committerGitHub <noreply@github.com>2023-03-03 18:27:05 -0400
commit84bafd11d52609e74a52df8e57752d5e3c25f717 (patch)
treecdc282ab3a808bc29987cdb45c0b462ae1e080ec /cli/tests/testdata/package_json/invalid_value/task.out
parent5c43e2a665c9dae7aff3ba757e589f10ec3aa062 (diff)
fix: lazily surface errors in package.json deps parsing (#17974)
Closes #17941
Diffstat (limited to 'cli/tests/testdata/package_json/invalid_value/task.out')
-rw-r--r--cli/tests/testdata/package_json/invalid_value/task.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/package_json/invalid_value/task.out b/cli/tests/testdata/package_json/invalid_value/task.out
new file mode 100644
index 000000000..914dc27c6
--- /dev/null
+++ b/cli/tests/testdata/package_json/invalid_value/task.out
@@ -0,0 +1,6 @@
+Warning Ignoring dependency '@denotest/cjs-default-export' in package.json because its version requirement failed to parse: Invalid npm specifier version requirement. Unexpected character.
+ invalid stuff that won't parse
+ ~
+Warning Currently only basic package.json `scripts` are supported. Programs like `rimraf` or `cross-env` will not work correctly. This will be fixed in the upcoming release.
+Task test echo 1
+1