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
ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In : "@radix-ui/react-primitive@workspace:*" is in the dependencies but no package named "@radix-ui/react-primitive" is present in the workspace
Bug report
@radix-ui/react-label
install is failing in bothnpm
andpnpm
Current Behavior
Shows the following errors
npm error
npm error code EUNSUPPORTEDPROTOCOL npm error Unsupported URL Type "workspace:": workspace:*
pnpm error
ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In : "@radix-ui/react-primitive@workspace:*" is in the dependencies but no package named "@radix-ui/react-primitive" is present in the workspace
Expected behavior
The package should get installed
Reproducible example
Try to install,
npm:
npm install @radix-ui/react-label
pnpm:
pnpm add @radix-ui/react-label
Suggested solution
Additional context
Your environment
The text was updated successfully, but these errors were encountered: