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
I'm having an issue with my dependency https://github.com/uNetworking/uWebSockets.js. The developers do not publish their package on NPM, and only support installing from GitHub releases. Their releases are semver-versioned, but their git tags are prefixed with a v:
✘ name uWebSockets.js or version github:uNetworking/uWebSockets.js#v20.43.0 are not supported packages/a/package.json > dependencies [UnsupportedMismatch]
✘ name uWebSockets.js or version github:uNetworking/uWebSockets.js#v20.43.0 are not supported packages/b/package.json > dependencies [UnsupportedMismatch]
I tested removing the v prefix; syncpack correctly handles the dependency:
Description
I have the following syncpack configuration:
I'm having an issue with my dependency https://github.com/uNetworking/uWebSockets.js. The developers do not publish their package on NPM, and only support installing from GitHub releases. Their releases are semver-versioned, but their git tags are prefixed with a
v
:The
v
prefix seems to trip up syncpack:I tested removing the
v
prefix; syncpack correctly handles the dependency:Suggested Solution
Support an optional
v
prefix for git semver tags. Also, might want to consider supporting other common prefixes?The text was updated successfully, but these errors were encountered: