-
Notifications
You must be signed in to change notification settings - Fork 944
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
Maybe there's been a bad release #825
Comments
I'm publishing a new release right now... unfortunately Hopefully it should be fixed in the next 5 minutes. 🤦♂️ |
@davidtheclark Try it again.. should be fixed now. It's the worse feeling when you attempt to publish an entirely new release of Turf and it crashes right in the middle. |
It's working for me! Thanks @DenisCarriere |
@DenisCarriere: Thanks! Sorry we stumbled in at just the wrong moment :) |
lol yes @davidtheclark you have amazing timing! Also check out the 6 new modules, some really cool stuff upstream, feel free to comment/suggest improvements |
When I try to install Turf modules today I'm hitting this error:
Couldn't find any versions for "@turf/helpers" that matches "^4.5.0"
I see that the
package.json
of that package specified4.5.0
, but it doesn't look like that version has been published to npm: https://www.npmjs.com/package/@turf/helpers.In my
package.json
I'm requesting:So 4.4 is fine with me — but I suspect that internally Turf is expecting helpers@4.5 and not finding it.
cc @jfurrow
The text was updated successfully, but these errors were encountered: