Local deployment keeps looping. Remote if Vercel, with -L, will ran issue when deployment. Recommend update package.json and package-lock.json if any, plus add pnpm i && pnpm up -L prefix in the files mentioned.
Console Logs
Local
pnpm I && pnpm up -L && pnpm run build
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 2.9s
WARN 1 deprecated subdependencies found: sourcemap-codec@1.4.8
Already up to date
Progress: resolved 1373, reused 1309, downloaded 0, added 0, done
Done in 45.3s
> anse@1.1.11 build /data/data/com.termux/files/home/anse
> astro build
04:17:33 PM [content] No content directory found. Skipping type generation.
04:17:33 PM [build] output target: server
04:17:33 PM [build] deploy adapter: @astrojs/node
04:17:33 PM [build] Collecting build info...
04:17:33 PM [build] Completed in 0.99s.
04:17:33 PM [build] Building server entrypoints...
04:17:45 PM [build] Completed in 11.92s.
building client
(!) Some chunks are larger than 500 kBs 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.
Infinite loop here
How is Anse deployed?
Others (Specify in description)
Describe the bug
Local deployment keeps looping. Remote if Vercel, with
-L
, will ran issue when deployment. Recommend updatepackage.json
andpackage-lock.json
if any, plus addpnpm i && pnpm up -L
prefix in the files mentioned.Console Logs
Local
Vercel
Netlify needs update netlify.toml to see if error occurs.
Participation