I am not able to figure out the error between deployment.
like here is my repo link :https://github.com/zehan12/Food-Order-App
Thanks in advance
I am not able to figure out the error between deployment.
like here is my repo link :https://github.com/zehan12/Food-Order-App
Thanks in advance
Hi,
You’ve not provided much detail here but the error…
> Build folder npm start does not exist!
…sounds like you’re trying to use a Static Site to run an npm start
command instead of provided the publish directory where your static files have been built.
The repo you shared looks like a monorepo. I’d suggest checking the docs on:
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.