chakra-ui / panda

🐼 Universal, Type-Safe, CSS-in-JS Framework for Product Teams ⚡️
https://panda-css.com
MIT License
5.23k stars 236 forks source link

Cannot install @pandacss/dev with npm #723

Closed theMosaad closed 1 year ago

theMosaad commented 1 year ago

Description

When I run

npm install -D @pandacss/dev

I get the following error

npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*

Link to Reproduction

https://stackblitz.com/edit/remix-run-remix-nsqctn?file=package.json

Steps to reproduce

Follow the Getting Started with Remix using npm instead of pnpm

JS Framework

Remix (TS)

Panda CSS Version

0.3.1

Browser

N/A

Operating System

Additional Information

Node version: v18.16.0 NPM version: 9.6.7

It was installed successfully with a fresh Remix App on Stackblitz so i matched its Node and npm versions and tried again but got the same error.

segunadebayo commented 1 year ago

Duplicate of https://github.com/chakra-ui/panda/issues/705

Pushed a fix for this. We'll release an update shortly