WebMemex / freeze-dry

Snapshots a web page to get it as a static, self-contained HTML document.
https://freezedry.webmemex.org
The Unlicense
270 stars 18 forks source link

Upstream freeze-dry dependency doesn't work with yarn #34

Closed pvh closed 5 years ago

pvh commented 5 years ago

We get this error message:

$ capstone [master ≡ +0 ~4 -0 !]> yarn
yarn install v1.10.1
[1/4] Resolving packages...
[2/4] Fetching packages...
error mutable-proxy@0.1.7: The engine "node" is incompatible with this module. Expected version "6.X.X". Got "8.9.0"
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

The workaround is to run yarn with --ignore-engines, but it's sort of a pain.

Treora commented 5 years ago

Sorry about that. I reported this before at https://github.com/Griffingj/mutable-proxy/pull/1, but no response there so far. If needed we could drop or fork the dependency; I just asked there for its author's opinion.

Treora commented 5 years ago

Fixed in commit e0a4201, sorry for the delay.

pvh commented 5 years ago

No worries! Thanks for following up.

Treora commented 5 years ago

I assume that is because I forgot to publish the package after the changes.. done now (version 0.2.2), thanks for reminding!