We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for reporting an issue!
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.
I needed to add it in the yarnrc.yml as manual resolution:
yarnrc.yml
'@dsnp/parquetjs@*': dependencies: node-int64: ^0.4.0
...
The text was updated successfully, but these errors were encountered:
That does look like an oversight. I'll see if I can get it fixed. Thanks for the report!
Sorry, something went wrong.
Add missing node-int64 dependency (#149)
4551071
Simple add. Looked into switching to BigInt, but the Thrift package still needs this. Closes: #148
@avwie Should be fixed in v1.8.5
wilwade
Successfully merging a pull request may close this issue.
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:...
The text was updated successfully, but these errors were encountered: