shadcn-ui/taxonomy

Does anybody got this error too?

ConstantineAlexandre opened this issue · 2 comments

npm version 10.4.0

Screenshot from 2024-03-28 02-20-23

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

Just run pnpm add next@latest and you'll be good to go. Happy coding.