Replies: 2 comments
-
I'm stuck here. Can anyone please help me regarding this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can't believe that in a repository so well-known like CRA with over 23K forks and 92K stars, a simple question is not attended by anyone in 3 days. This is definitely a legit question. Clean code is a top priority of any developer or any team and should be addressed easily in any framework/utility. |
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
-
Hi
I upgraded to react-script v5 and I can't build my project.
I use CRACO, thus I thought maybe they have a problem. But a friend suggested logging CRACO and here's the output:
I know I use CRACO and this means that no guarantee exists from the CRA team. But as you can see, CRACO has no bug and the error happens in the build process of the
react-scripts
.My project runs in the development environment using
npm start
which is translated tocraco start
.But my build fails. And all I can see is this vague message:
As you can see, it refers to the entire
src
directory, which is literally the entire project.How can I get more debugging info? What should I change to make the building process much much more verbose?
Beta Was this translation helpful? Give feedback.
All reactions