Skip to content

Commit 609a196

Browse files
committed
Merge remote-tracking branch 'origin/dev' into next
# Conflicts: # packages/api-serverless-cms/src/index.ts
2 parents f9fe0e6 + fbf1d29 commit 609a196

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/cli-plugin-extensions/src/extensions/Extension.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ export class Extension extends AbstractExtension {
8484
}
8585
}
8686

87-
throw new Error(`Could not determine the extension type from the downloaded extension.`);
87+
throw new Error(
88+
`Could not determine the extension type from the downloaded extension (package name: ${loadedPkgJson.name}). Make sure the package.json file contains the "keywords" field with the "webiny-extension-type:<type>" keyword.`
89+
);
8890
}
8991
}

0 commit comments

Comments
 (0)