[SOLVED] ETH Boilerplate Next and Node errors

Been building lots of the ETH boilerplates in Version 1 (and worked through a fair share of problems), but just got this on a new install of the latest version. I reinstalled the lates Node.JS LT version (which was different from what I had) but error persists… any idea?

Error: Could not find a production build in the ‘D:\Sky Godz Dapp\ethereum-boilerplate.next’ directory. Try building your app with ‘next build’ before starting the production server.
at NextNodeServer.getBuildId (D:\Sky Godz Dapp\ethereum-boilerplate\node_modules\next\dist\server\next-server.js:116:23)
at new Server (D:\Sky Godz Dapp\ethereum-boilerplate\node_modules\next\dist\server\base-server.js:70:29)
at new NextNodeServer (D:\Sky Godz Dapp\ethereum-boilerplate\node_modules\next\dist\server\next-server.js:63:9)
at NextServer.createServer (D:\Sky Godz Dapp\ethereum-boilerplate\node_modules\next\dist\server\next.js:140:16)
at async D:\Sky Godz Dapp\ethereum-boilerplate\node_modules\next\dist\server\next.js:149:31

What command(s) did you tried with ?

Make sure you’re running the command yarn dev, not yarn start.

See this page for the differences.

Thanks, guys. yarn dev worked, I had still used yarn start…it’s up and running now…