You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot run npm run build due to an error with /manifest.webmanifest like this
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 16.13s
node:internal/event_target:1090
process.nextTick(() => { throw err; });
^
Error: The following routes were marked as prerenderable, but were not prerendered because they were not found while crawling your app:
- /manifest.webmanifest
See https://kit.svelte.dev/docs/page-options#prerender-troubleshooting for info on how to solve this
at prerender (file:///Users/alr/devel/alphaess/evidence/node_modules/@sveltejs/kit/src/core/postbuild/prerender.js:495:9)
at async MessagePort.<anonymous> (file:///Users/alr/devel/alphaess/evidence/node_modules/@sveltejs/kit/src/utils/fork.js:22:16)
Node.js v22.11.0
Build failed
file:///Users/alr/devel/alphaess/evidence/node_modules/@evidence-dev/evidence/cli.js:190
throw `Build process exited with code ${code}`;
^
Build process exited with code 1
(Use `node --trace-uncaught ...` to show where the exception was thrown)
Node.js v22.11.0
Describe the bug
I cannot run
npm run build
due to an error with/manifest.webmanifest
like thisSystem Info
The text was updated successfully, but these errors were encountered: