Next.js' own developer guide to getting the product running doesn't work on MacOS #54604
-
SummaryThe Next.js developer guide does not work on an M2 Mac. pnpm dev fails to start turbo, and then fails with
I'm the most common dev use case. Where am I going wrong?
As a workaround, I'm running turbo outside of Next.js. Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In another node project besides Next.js, |
Beta Was this translation helpful? Give feedback.
In another node project besides Next.js,
pnpm devwill work. Also, in that project repo, runpnpm install -g next. Next will be installed globally, and thenext infocommand will work.