-
Notifications
You must be signed in to change notification settings - Fork 942
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
cannot import @turf/difference #1833
Comments
As mentioned in the other issue the workaround for the timebeing is to use 6.0.1 which should be functionally equivalent. |
Yep. can confirm.. revert to 6.0.1 works! - "@turf/difference": "^6.0.2",
+ "@turf/difference": "6.0.1", |
How do I fix this if I'm not importing '@turf/difference' anywhere? I simply import from I'm using turf v5.1.6, from my package.json file:
|
@evanstern would you mind trying |
changed to @turf/difference": "6.0.1 works fine! |
@MuhmmadZohaibImtiaz please try again with turf 6.2.0. |
@mfedderly tried and not resolved. |
Can you just use all of the turf dependencies at 6.2.0? The earlier ones are pretty inconsistent. |
I'm opening this issue #1684 again because it is still not fixed, I can't import @turf/difference with webpack because of the use of a *.mjs file as module.
The text was updated successfully, but these errors were encountered: