Replies: 1 comment
-
My specific problem was a mixture of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, big fan of the framework!
I'm using RR7 in framework mode. I recently did a huge refactor at my company, and now the Docker image doesn't build anymore. I can build the project locally just fine.
The error I get when building the image is the following:
Which means
/myapp/build
wasn't found — in other words, thereact-router build
command failed.However,
react-router build
doesn’t throw any errors; it just fails silently:Given the size of the project, I’m 100% confident it shouldn’t complete in just 0.8 seconds.
The react-router build documentation mentions a
--logLevel
or-l
parameter, which I set to"info"
, but I still don’t see any additional output. Neitherreact-router build --logLevel "info"
orreact-router build -l "info"
produced a different input.How can I make the CLI more verbose so I can better debug what’s happening?
Beta Was this translation helpful? Give feedback.
All reactions