[bug]: Strapi v5 Typescript create plugin not finding types #62
Labels
issue: bug
Issue reporting a bug
severity: high
If it breaks the basic use of the product
status: can not reproduce
Not enough information to reproduce
status: pending reproduction
Waiting for free time to reproduce the issue, or more information
What version of
@strapi/sdk-plugin
are you using?What's Wrong?
When trying to create a new plugin with strapi 5 and typescript, strapi can no longer be started if plugin is used inside strapi.
While creating the plugin the following warnings appear:
when starting the app the following error appears:
To Reproduce
npx @strapi/sdk-plugin init plugins/new-plugin
npm run develop
Expected Behaviour
App loads
The text was updated successfully, but these errors were encountered: