-
Notifications
You must be signed in to change notification settings - Fork 22
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
readUint64String is not a function #313
Comments
Hi Brice, There seems to have been a breaking change in a patch version (or a broken release?) for
I'm going to have to investigate a bit more and open an issue over there. For the time being, if you can lock
|
Thank you bro this is perfect, and really short delay to answer. That is a really good point for eventstore. I think you should lock package version, to prevent this kind of bug on the future. I'm glad that was not happened on production. :) |
I found an existing upstream issue here: protocolbuffers/protobuf-javascript#141 It seems like a lot of the methods were removed by an attempt to reduce the bundle size. In the mean time, I'm going to reopen this issue and pin it until the upstream is fixed, as others are likely to have the same problem.
The problem with pinning dependencies in a library is that it causes duplication if two libraries depend on compatible versions, and we would have to release a new version of the library if a dependency had a bug fix or a vulnerability fix. (and everyone would have to update to that version of this lib to make use of that fix, possibly between major versions).
In an application, using a lock file to pin your entire dependency tree would prevent this from happening in production. |
|
Hi everyone,
I got this issue since this morning, i tried to upgrade eventstore, try to install manually protobuffer and also downgrade node 16 to 14 and 12 and still got the same error :
The text was updated successfully, but these errors were encountered: