Closed theMosaad closed 1 year ago
When I run
npm install -D @pandacss/dev
I get the following error
npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "workspace:": workspace:*
https://stackblitz.com/edit/remix-run-remix-nsqctn?file=package.json
Follow the Getting Started with Remix using npm instead of pnpm
Remix (TS)
0.3.1
N/A
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.
Duplicate of https://github.com/chakra-ui/panda/issues/705
Pushed a fix for this. We'll release an update shortly
Description
When I run
I get the following error
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.