Skip to content

Cannot install version >=2.75.0 with npm #2071

@kpala

Description

@kpala

The package.json dependencies section refer to packages as workspace:* since version 2.75.0:

Image

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:

Image

Metadata

Metadata

Labels

priority:highestBugs filled by customers, security issues

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions