diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-11 12:41:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 16:41:42 +0000 |
| commit | f950f599833172048cbbc6d64d3c2fc50b3b3e9a (patch) | |
| tree | 29ef0175b525f3d7e37746a690aa64262318ee14 /tests/specs/npm/lifecycle_scripts/only_warns_first2.out | |
| parent | de30f7c1884d8392dd956dce0d0627d5f94562e3 (diff) | |
fix(npm): only warn about lifecycle scripts not being run when setting up directory (#24530)
Closes #24518
Diffstat (limited to 'tests/specs/npm/lifecycle_scripts/only_warns_first2.out')
| -rw-r--r-- | tests/specs/npm/lifecycle_scripts/only_warns_first2.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/only_warns_first2.out b/tests/specs/npm/lifecycle_scripts/only_warns_first2.out new file mode 100644 index 000000000..f6a02c727 --- /dev/null +++ b/tests/specs/npm/lifecycle_scripts/only_warns_first2.out @@ -0,0 +1,3 @@ +[# note no warning] +error: Uncaught SyntaxError: The requested module 'npm:@denotest/node-lifecycle-scripts' does not provide an export named 'value' +[WILDCARD] |
