I have this error when I write
npm start
command in VSCode Terminal:
Error: Could not find a production build in the 'E:\React-Practis\nextjs-project2.next' directory. Try building your app with 'next build' before starting the production server."
How can I resolve this error?