mbuckingham / adhd-math-frontend

3 stars 1 forks source link

Create a Nextjs app #1

Closed mbuckingham closed 4 months ago

mbuckingham commented 5 months ago
Nat-crit20 commented 5 months ago

I created the Nextjs app and made sure to use typescript. I had an issue with the npm run start not working because of some Nodejs error:

"You are using Node.js 18.9.0. For Next.js, Node.js version >= v18.17.0 is required."

Nothing I did to fix the issue worked, but I got it to work by installing yarn and using yarn dev, which is why there is a yarn.lock file.