-
Notifications
You must be signed in to change notification settings - Fork 525
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
'bin' is not exported from 'd3-array' #1963
Comments
I faced the same issue, only on Windows. I think this is the same as #1822, which was closed unfortunately without dealing with the issue. For me, after some debugging it turned out if I execute If you are also on Windows, maybe try using Powershell. |
What version of Also, where is this render happening? Is it in a browser (if so which browser)? Is it in Node.js? What would be most useful if you could is to create a minimal reproduction repository that includes install + build + error reproduction steps so we can pull it down, follow the steps and see the error. Thanks! |
We have been having some general issues around upgrading d3 packages, which I have opened another issue to resolve. This could be the result of #1878 where we needed to downgrade this package in order to resolve some other dependency issues. I'm going to close this issue since it can't be verified in the current version, but if this is still coming up we can migrate discussion around d3 packages to #2124. |
Cannot render any chart due error
./node_modules/victory-histogram/es/helper-methods.js
Attempted import error: 'bin' is not exported from 'd3-array' (imported as 'd3Array').
The text was updated successfully, but these errors were encountered: