-
Notifications
You must be signed in to change notification settings - Fork 953
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
Push new version to npm #2052
Comments
same here. got error showing
|
I also have the same issue, thanks for the great product! |
Ditto, same here. |
As there are also some other small fixes already merged since the last 6.3.0 update in January (e.g. 402716a which resolves a missing type import that currently forces TypeScript projects to enable |
Can we please merge this please? |
same issue only with npm v7+ |
@soltysaleksandr you can install and import the needed functions as separate modules like
That worked for me. |
This problem seems to be breaking quite an important number of projects (mines included) with people updating their systems. I think it deserves at least a patch update to npm. |
For now you can install |
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
v6.4.0 is now released, thanks for your patience |
Unfortunately, I can't
npm install @turf/turf
anymore due to the deprecated topojson dependency (solved in #2037).Can you make the updated package available on npm?
Thanks in advance!
The text was updated successfully, but these errors were encountered: