I'm trying to run the new Strapi version 4 application. But it returns this error. Is there any bug in new strapi v4? or I'm doing wrong anything? I'm using strapi official guide to start a new project
installation command npx create-strapi-app@latest molla-admin.
NodeJS v16
Windows 11
Error
ModuleNotFoundError: Module not found: Error: Can't resolve '@strapi/design-system/themes' in 'C:\Users\Admin\Desktop\molla-admin\.cache\admin\src'
at C:\Users\Admin\Desktop\molla-<anonymous>:10:1)
You might be thinking @strapi/design-system package is missing right? After that, I also tried to install both @strapi/design-system and @strapi/design-system/themes npm package
Still, it doesn't work. It returns a new error
ModuleNotFoundError: Module not found: Error: Can't resolve '@strapi/icons/CarretDown' in 'C:\Users\Admin\Documents\testing\strapi-v4-app\node_modules\@strapi\helper-plugin\build'
Should I go on for the next missing Module?
For me the issue was solved by installing @strapi/design-system (Node: v14.15.5, npm: 8.1.3)
npm install @strapi/design-system
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With