We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779dc8b commit 65fb6cbCopy full SHA for 65fb6cb
src/cli.ts
@@ -38,7 +38,7 @@ export function cli() {
38
(value) => {
39
if (!SUPPORTED_PACKAGE_MANAGERS.includes(value as PackageManager)) {
40
throw new InvalidArgumentError(
41
- `Invalid package manager: ${value}. Only the following are allowed: ${SUPPORTED_PACKAGE_MANAGERS.join(
+ `Invalid package manager: ${value}. The following are allowed: ${SUPPORTED_PACKAGE_MANAGERS.join(
42
', ',
43
)}`,
44
)
0 commit comments