Describe the bug
@solid-primitives/event-listener@3.0.0-next.4 has been published with catalog: peer dependencies in its package.json. See
|
"peerDependencies": { |
|
"@solidjs/web": "catalog:peer", |
|
"solid-js": "catalog:peer" |
|
}, |
Causes installs with npm to fail with the error:
npm error code EUNSUPPORTEDPROTOCOL
npm error Unsupported URL Type "catalog:": catalog:peer
Not sure if this also affects other recent versions
Fixing the version to @3.0.0-next.3 fixes the issue.ww
Minimal Reproduction Link
https://github.com/iisakkirotko/solid-primitives-catalog
Describe the bug
@solid-primitives/event-listener@3.0.0-next.4has been published withcatalog: peerdependencies in its package.json. Seesolid-primitives/packages/event-listener/package.json
Lines 64 to 67 in 3447428
Causes installs with npm to fail with the error:
Not sure if this also affects other recent versions
Fixing the version to
@3.0.0-next.3fixes the issue.wwMinimal Reproduction Link
https://github.com/iisakkirotko/solid-primitives-catalog