Closed Systerr closed 3 years ago
I got the same issue with version 3.0.1
from d3-array. Any clue?
Hi. I have a project build with react native that uses d3-scale. Before version 4 all works good. With version 4 i receiving error
warn Package d3-scale has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports"
On codebase it used as
import { scaleLinear } from 'd3-scale'
Did you find any solution for this, I am also facing this issue
same issue.
warn Package d3 has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in .../node_modules/d3/package.json
Any solution for this.
+1 any help ! Please.
+1 please.. anybody with an answer... please..... dies slowly
As Mike mentioned above, this is a React Native tooling bug: https://github.com/react-native-community/cli/issues/1168 We don't intend to work around it.
Hi. I have a project build with react native that uses d3-scale. Before version 4 all works good. With version 4 i receiving error
On codebase it used as