You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subject: npm install error: Unsupported URL Type "workspace:" (EUNSUPPORTEDPROTOCOL)
Description:
I am experiencing an error when trying to install lucide-react using npm. The installation fails with an EUNSUPPORTEDPROTOCOL error, indicating an unsupported URL type: "workspace:". This suggests that the published package may contain incorrect dependency references intended for internal workspace use.
I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
The text was updated successfully, but these errors were encountered:
Package
Version
latest
Can you reproduce this in the latest version?
Browser
Operating system
Description
Subject: npm install error: Unsupported URL Type "workspace:" (EUNSUPPORTEDPROTOCOL)
Description:
I am experiencing an error when trying to install
lucide-react
using npm. The installation fails with anEUNSUPPORTEDPROTOCOL
error, indicating an unsupported URL type: "workspace:". This suggests that the published package may contain incorrect dependency references intended for internal workspace use.Error Message:
npm ERR! code 1
npm ERR! git dep preparation failed
npm ERR! npm warn using 1 --force Recommended protections disabled.
npm ERR! npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! npm ERR! Unsupported URL Type "workspace:": workspace:*
Steps to reproduce
bash
npm install lucide-react
Checklist
The text was updated successfully, but these errors were encountered: