Build error with simple ReactJS app on CF Pages
Hello. I'm new to Cloudflare Pages. I am attempting to deploy my react app onto it and have successfully connected. However, on deployment, I am getting the following error:
Please find my build configs in the image. I am able to build the my project locally. I am running on node
v18.13.0
and npm 9.6.4
Thanks in advance!1 Reply
I have not found the root cause of the error but found a workaround: I set the hosting linux server with an earlier version of node
12.18.0
as opposed to node 18.17.1
.