Closed lionel-addvanto closed 2 days ago
hey @lionel-addvanto
cms-base
is not working as a module, but it's a nuxt layer, so it should be in `the
nuxt.config.ts`
extends: [
"@shopware-pwa/composables-next/nuxt-layer",
"@shopware-pwa/cms-base",
],
and not in modules
. Additionally @shopware-pwa/shopware-6-client
- this package should no longer be there, it's removed and replaced by the @shopware/api-client
package.
Let me know if you'll have further problems so I'll reopen it 🙌
Thank you @patzick, it works fine now😊🙏
Maybe you could update the documentation for the package because there it is explained different🤔 https://github.com/shopware/frontends/tree/main/packages/cms-base#setup
Good point, will do!
Is there an existing issue for this?
Current Behavior
I have installed
This are my modules in the
nuxt.config.ts
when I start my server with
pnpm dev
, I get the following error:I tried deleting and reinstalling the lock file,
pnpm nuxi cleanup
, reinstallingnode_modules
etc, but unfortunately I have continuously this errorExpected Behavior
No error when starting the Nuxt app
Steps To Reproduce
@shopware-pwa/cms-base
and Nuxt versionEnvironment
Anything else?
Thank you and kind regards