Upgrading from 3.5.0 to 3.13.2 is breaking build
I used
Now when I try to
I'm not sure what the issue is to fix, though?
Also, the
npx nuxi upgrade, as described by the documentation.Now when I try to
npm run generate, which in my package.json maps to nuxt generate, I get this;I'm not sure what the issue is to fix, though?
Also, the
nuxt dependency got moved from dependencies to devDependencies, which would break my deployment process (npm ci --omit=dev && npm run generate).