You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn start is usually the way you start developing. Looking at the readme of the repo I saw it says to use yarn dev. Doing that works, but looking at package.json I see scripts that map to next dev and next start. Don't know why there are two different commands that are similar.
The above error message should be more helpful
The text was updated successfully, but these errors were encountered:
…export` (#19777)
Adds an err.sh link to the production build missing message. Also clears up `valid` as `production`.
Also fixes an edge case where an unhelpful error would be thrown because we checked for `.next` instead of `.next/BUILD_ID`
Added the out directory location as the list line during export to make sure people know where the files are output.
Fixes#19778Fixes#19788
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 29, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From @jlongster
yarn start didn't work
Steps:
Error:
yarn start
is usually the way you start developing. Looking at the readme of the repo I saw it says to useyarn dev
. Doing that works, but looking atpackage.json
I see scripts that map tonext dev
andnext start
. Don't know why there are two different commands that are similar.The above error message should be more helpful
The text was updated successfully, but these errors were encountered: