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 specified 4.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:
"@turf/bbox-polygon": "^4.3.0",
"@turf/distance": "^4.3.0",
"@turf/helpers": "^4.3.0",
So 4.4 is fine with me — but I suspect that internally Turf is expecting helpers@4.5 and not finding it.
cc @jfurrow
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.jsonof 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.jsonI'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