mschwarzmueller / nextjs-course-code

Source code for my NextJS course (https://acad.link/nextjs)
1.43k stars 2.32k forks source link

ERR_PACKAGE_PATH_NOT_EXPORTED #53

Open kannan12345 opened 8 months ago

kannan12345 commented 8 months ago

facing below error while try to run this command npm run dev node_modules\next\dist\compiled\postcss-scss\scss-syntax.js:1:3733) { code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'

rtomaf commented 8 months ago

Same here. Did you solve it?

kannan12345 commented 8 months ago

yes it is solved by using latest one use this command npm install next@latest react@latest react-dom@latest