Skip to content
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

Closed
daniel-marcus opened this issue Mar 11, 2021 · 10 comments
Closed

Push new version to npm #2052

daniel-marcus opened this issue Mar 11, 2021 · 10 comments

Comments

@daniel-marcus
Copy link

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!

@azuddin
Copy link

azuddin commented Mar 12, 2021

same here. got error showing

npm WARN deprecated topojson@3.0.2: Use topojson-client, topojson-server or topojson-simplify directly.

@M3kH
Copy link

M3kH commented Mar 12, 2021

I also have the same issue, thanks for the great product!
Let us know if we can help.

@antonioallen
Copy link

Ditto, same here.

@autarc
Copy link

autarc commented Mar 14, 2021

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 skipLibCheck) it would be great if a new minor or fix release could be done. While there are instructions it doesn't seem to be automated so not sure whats the best approach here. Perhaps @rowanwins, @mfedderly or an other contributor could trigger it. Thanks in advance 🙂

@kylerchin
Copy link

Can we please merge this please?

@0soltys
Copy link

0soltys commented Mar 23, 2021

same issue only with npm v7+
any workarounds?

@daniel-marcus
Copy link
Author

@soltysaleksandr you can install and import the needed functions as separate modules like

npm install @turf/union @turf/nearest-point

That worked for me.

@markusand
Copy link

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.

@shaljam
Copy link

shaljam commented Apr 6, 2021

For now you can install topojson-client, topojson-server and topojson-simplify manually.
npm install --save topojson-client topojson-server topojson-simplify

justinanderson added a commit to CxSci/atlas-of-opportunity that referenced this issue Apr 15, 2021
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
justinanderson added a commit to CxSci/atlas-of-opportunity that referenced this issue Apr 16, 2021
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
justinanderson added a commit to CxSci/atlas-of-opportunity that referenced this issue Apr 21, 2021
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
@rowanwins
Copy link
Member

v6.4.0 is now released, thanks for your patience

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants