You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli-plugin-extensions/src/extensions/Extension.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,8 @@ export class Extension extends AbstractExtension {
84
84
}
85
85
}
86
86
87
-
thrownewError(`Could not determine the extension type from the downloaded extension.`);
87
+
thrownewError(
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.`
0 commit comments