AlokaiA
Alokai3y ago
aimeb

1st attempt at SSG

I set target: 'static' in the config. When I run nuxt generate I get a bunch of errors like this one:

ERROR in ./node_modules/.cache/nuxt/router.js
Module not found: Error: Can't resolve './pages/Category.vue' in '/app/packages/theme/node_modules/.cache/nuxt'
@ ./node_modules/.cache/nuxt/router.js 167:24-169:3
@ ./node_modules/.cache/nuxt/index.js
@ ./node_modules/.cache/nuxt/client.js
@ multi ./node_modules/.cache/nuxt/composition-api/register.js ./node_modules/.cache/nuxt/client.js
Is there a way to turn on more verbose logging or other suggestions as to where I should start looking? Thanks
Was this page helpful?