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

Cannot find module 'next/dist/compiled/https-proxy-agent' #9

Closed JDanP closed 2 days ago

JDanP commented 6 months ago

Hi! I'm watching your video https://app.pluralsight.com/ilx/video-courses/55381bad-ecee-464e-89df-d71fa1562a9e/bfe195a2-4a66-41ef-92d0-6e536075a98c/f1e5b2e5-6e34-4542-947a-834ba846d3c2 to learn Next. I've downloaded the repo, run yarn successfully but when I run yarn dev there is sth missing

image

JDanP commented 6 months ago

node v16.15.1

JDanP commented 6 months ago

Solved partially with https://github.com/adhithiravi/Next.js-Fundamentals/pull/6

adhithiravi commented 2 days ago

This should be fixed now, with the upgraded packages. Thanks!