diff options
Diffstat (limited to 'tests/specs/add/add_with_subpath/wrong_constraint_npm.out')
-rw-r--r-- | tests/specs/add/add_with_subpath/wrong_constraint_npm.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/add/add_with_subpath/wrong_constraint_npm.out b/tests/specs/add/add_with_subpath/wrong_constraint_npm.out new file mode 100644 index 000000000..4adcf9ef6 --- /dev/null +++ b/tests/specs/add/add_with_subpath/wrong_constraint_npm.out @@ -0,0 +1,4 @@ +error: Failed to parse package required: npm:preact/hooks@10 + +Caused by: + Invalid package specifier 'npm:preact/hooks@10'. Did you mean to write 'npm:preact@10/hooks'? |