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

Bump up next version. Fix the dependency error #6

Closed bksun closed 1 month ago

bksun commented 1 year ago

While running the app by yarn dev it gives error: Font loader error: Cannot find module 'next/dist/compiled/https-proxy-agent'

By upgrading to latest version of nextjs, it works

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-js-fundamentals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 15, 2023 4:01pm
programmer-ke commented 9 months ago

I used this fix and the page now loads but I get a warning about invalid next.config.js options.

next-js-error

@adhithiravi could you look into the issue? I was stuck on the course until I luckily found this PR.

jnelson180 commented 6 months ago

FWIW appDir: experimental is no longer required in next.config.js as of nextjs 13.4, so it can be removed to avoid the error mentioned above.

adhithiravi commented 1 month ago

Thank you, this is being addressed by me now. And the next version is bumped up.