digitalbazaar / http-client

An opinionated, isomorphic HTTP client.
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

Using older node than ^10.17.0, fails #7

Closed vongohren closed 3 years ago

vongohren commented 3 years ago

Im running 12.8 now which is quite stable, but it fails for this library.

image

There has been some updates to ky and ky-universal to use updated versions of the child libs: https://github.com/sindresorhus/ky-universal

How do you guys want to go about this?

vongohren commented 3 years ago

Closing as it is jsonld that is messing around

vongohren commented 3 years ago

Acctually it was yarn messing around, meaning yarn fails this install but npm manages to handle it. Strange

davidlehn commented 3 years ago

There is a PR that updates to the pre-ESM dependencies that might help with this: https://github.com/digitalbazaar/http-client/pull/6