Steps to reproduce on my system :
- Install yarn globally
- Create a new app
yarn create strapi-app strapi --quickstart --typescript - Create a superuser
- Close the server
-
yarn strapi generatecreate a simple typescript plugin - In the plugin directory:
yarn installthenyarn add @strapi/design-system@1.6.1thenyarn build - In the root directory:
yarn buildwill fail