[Deno] mergeRight not found on import
iwinux opened this issue · 2 comments
iwinux commented
How to reproduce
deno cache 'https://x.nest.land/rambda@7.1.0/mod.ts'
Expected
It downloads the package.
Actual
error: Import 'https://arweave.net/TuHF0i98hvaUr5zqtqBTc3cgLqSvqf7aOCN8qSB3GVw/src/mergeRight' failed, not found.
at https://arweave.net/TuHF0i98hvaUr5zqtqBTc3cgLqSvqf7aOCN8qSB3GVw/src/merge.js:1:35
Workaround
Switch to 7.0.6 instead:
deno cache https://x.nest.land/rambda@7.0.6/mod.ts
selfrefactor commented
I will check it out. Thanks for bringing it up.
selfrefactor commented
Fixed with 7.1.4