2

I am using razzle for my react js app. when I run razzle start --verbose I get

✖ Client Compiled with some errors in 4.88s

✖ Server Compiled with some errors in 1.46s

I do not however get what the errors are.I have tried to find a way to get errors to be revealed but have had no luck.

Does anyone know how to configure so that you actually get the errors output?

user4447899
  • 320
  • 7
  • 21

1 Answers1

0

What has helped me before is to do npm run build or razzle build, which usually means I missed an import.

hyeomans
  • 4,522
  • 5
  • 24
  • 29