Razzle: Question: How can I see which errors triggered the Server message "Compiled with some errors"?

Created on 19 Apr 2020  Â·  7Comments  Â·  Source: jaredpalmer/razzle

Output seems kind of a mystery to me:

./node_modules/.bin/razzle start
 WAIT  Compiling...


✔ Client
  Compiled successfully in 3.72s

✖ Server
  Compiled with some errors in 16.78s

ℹ 「wds」: Project is running at http://localhost:3001/
ℹ 「wds」: webpack output is served from undefined
ℹ 「wds」: Content not from webpack is served from /code/@app/razzle
ℹ 「wds」: 404s will fallback to /index.html
✅  Server-side HMR Enabled!
🚀 started
Docs discussion enhancement help wanted question razzle

All 7 comments

Yeah, razzle eats the tracebacks.

Maybe add a --verbose cli option to razzle somehow

Maybe add a --verbose cli option to razzle somehow

Great idea.

Thank you for providing a lead to me. This will help me maybe hack a console.log into the source code, perhaps.

I've run into the exact same issue. @charlex have you found a solution?

Should be fixed in canary, remember to set verbose

Was this page helpful?
0 / 5 - 0 ratings

Related issues

panbanda picture panbanda  Â·  5Comments

gabimor picture gabimor  Â·  3Comments

howardya picture howardya  Â·  5Comments

sebmor picture sebmor  Â·  4Comments

piersolenski picture piersolenski  Â·  4Comments