Build error: Could not resolve "@radix-ui/colors"
VanishMax opened this issue · 2 comments
VanishMax commented
Hi! I am trying to set up Vocs with the steps from the documentation:
pnpm create vocs
cd vocs
pnpm i
pnpm dev
When I enter the http://localhost:5173/
, the app fails with Vite error ERROR: Could not resolve "@radix-ui/colors"
.
Supposedly, this is a packaging error, not coming from the users' side. I tried adding the .npmrc
file (contents: strict-peer-dependencies=false
and auto-install-peers=true
) but it didn't help.
limone-eth commented
I'm having the same exact issue, using yarn@1.22.22, and tried running the quickstart command wit both NPM and Yarn