adhithiravi / Next.js-Fundamentals

Next.js Foundations Course on Pluralsight by Adhithi Ravichandran
https://app.pluralsight.com/library/courses/nextjs-13-fundamentals/table-of-contents
MIT License
23 stars 37 forks source link

Error when running yarn dev #7

Closed clluiz closed 1 year ago

clluiz commented 1 year ago

I've cloned this project on my machine, but when I try to run it gives the following error:

Screenshot_20230718_180325

clluiz commented 1 year ago

I found the problem. The dependency @next/font was in its latest version. Removing the caret fixed the problem.