-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not install library without node overrides #1044
Comments
@broksonic21 can you please share the exact overrides that worked for you? |
in the linked thread it can be worked around w/out an override by installing |
Yep, that's what we are doing - installing 0.0.8 explicitly and avoiding overrides (since npm overrides are super buggy)
|
Segment team: any chance to get a fix in on this? @silesky as this blocks any standard install, not just our use case - can you help get this on radar? |
Fixed in 1.72.0 |
See : segmentio/tsub-js#45 which is the cause
Current tsub dependency (
analytics-next/packages/browser/package.json
Line 56 in 9b1540f
See #818 for more as well
If you could bump that to support 0.2.1 it works fine. We do it via overrides right now, but npm and overrides cause other issues so be good to mainline this.
I also get this with node 20 and node-gyp 10
The text was updated successfully, but these errors were encountered: