-
Notifications
You must be signed in to change notification settings - Fork 9
Labels
priority:highestBugs filled by customers, security issuesBugs filled by customers, security issues
Description
The package.json dependencies section refer to packages as workspace:* since version 2.75.0:
The "workspace" protocol is not supported by npm, but afaik it's only a pnpm feature. Hence, anyone using npm (like myself and probably a major portion of the JS community) cannot install the recent versions of the sdk, since we are getting this error:
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "workspace:": workspace:^
Compare to version 2.74.0, where the dependencies in package.json were:

philibea and PierreBeucherphilibea
Metadata
Metadata
Labels
priority:highestBugs filled by customers, security issuesBugs filled by customers, security issues