Skip to content
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

node-int64 package not found #148

Closed
avwie opened this issue Oct 9, 2024 · 2 comments · Fixed by #149
Closed

node-int64 package not found #148

avwie opened this issue Oct 9, 2024 · 2 comments · Fixed by #149
Assignees

Comments

@avwie
Copy link

avwie commented Oct 9, 2024

Thanks for reporting an issue!

Steps to reproduce

I am using Yarn 3 and trying to use this library. However, when the example scripts I get the following error:

Error: @dsnp/parquetjs tried to access node-int64, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.

Any other comments?

I needed to add it in the yarnrc.yml as manual resolution:

  '@dsnp/parquetjs@*':
    dependencies:
      node-int64: ^0.4.0

...

@wilwade
Copy link
Member

wilwade commented Oct 9, 2024

That does look like an oversight. I'll see if I can get it fixed. Thanks for the report!

@wilwade wilwade self-assigned this Oct 9, 2024
wilwade added a commit that referenced this issue Oct 10, 2024
Simple add. Looked into switching to BigInt, but the Thrift package
still needs this.


Closes: #148
@wilwade
Copy link
Member

wilwade commented Oct 10, 2024

@avwie Should be fixed in v1.8.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants