Does anybody got this error too?
ConstantineAlexandre opened this issue · 2 comments
ConstantineAlexandre commented
madhavdutta commented
Run : rm -rf ./node_modules
rm pnpm-lock.yaml
Add ^ symbol to install the latest version of the next and others, it will fix the issue.
Example :
"contentlayer": "^0.3.1",
"date-fns": "^2.29.3",
"lucide-react": "^0.92.0",
"next": "^13.3.2-canary.13",
Run : pnpm i
Satyansh-07 commented
Just run pnpm add next@latest and you'll be good to go. Happy coding.