Error in trying to create a new monorepo project using shadcn CLI #6251
Replies: 5 comments 3 replies
-
I've got this issue too, using [email protected] and [email protected]. |
Beta Was this translation helpful? Give feedback.
-
Have a look here - you do not have pnpm installed. This repo has an npm version working: https://github.com/shaun49995/turborepo-shadcn-nextjs-monorepo-ts |
Beta Was this translation helpful? Give feedback.
-
I am facing this exact same issue used npm, bun, pnpm all package managers giving errors, npm created a log
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
My issue was that I had lock files in the root folder (~) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I get this error when I tried to create a monorepo project using
npm
as described hereSomething went wrong creating a new Next.js monorepo.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
Command failed with exit code 1: npm install
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*
Beta Was this translation helpful? Give feedback.
All reactions