wevm / vocs

Minimal Documentation Framework, powered by React + Vite.

Home Page:https://vocs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error: Could not resolve "@radix-ui/colors"

VanishMax opened this issue · comments

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".

image

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.

I'm having the same exact issue, using yarn@1.22.22, and tried running the quickstart command wit both NPM and Yarn