Unable to Run Formik Application Locally #3999
Unanswered
Srinivaskoruprolu007
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to set up the Formik project on my local machine but encountering issues when starting the app.
Steps Taken:
yarn install
.Tried to run the app using
yarn start:app
oryarn start,
but encountered the following error:Error: Could not find a production build in the 'website/.next' directory. Try building your app with 'next build' before starting the production server.
Additional Information:
I've attempted running yarn build within the website directory, but the issue persists.
My environment:
Node.js version: (v20.10.0)
Yarn version: 1.22.22
OS: (windows)
Could someone provide guidance on what might be causing this issue or if there are additional steps I need to take to run the application locally?
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions