shadcn-ui / taxonomy

An open source application built using the new router, server components and everything new in Next.js 13.
https://tx.shadcn.com
MIT License
18.54k stars 2.58k forks source link

pnpm dev not working #102

Open sbaamoha opened 1 year ago

sbaamoha commented 1 year ago

first i installed the packages using : pnpm i then when i run the project on the development server this message shows in the command line :

' "'next' is not recognized as an internal or external command, operable program or batch file." '

08XI commented 1 year ago

Use this npm install react react-dom next and then run

pavsoldatov commented 1 month ago

I have the same issue with astro. Works fine if I run commands with npx.