Skip to content
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

[Deno] mergeRight not found on import #633

Closed
iwinux opened this issue May 8, 2022 · 2 comments
Closed

[Deno] mergeRight not found on import #633

iwinux opened this issue May 8, 2022 · 2 comments

Comments

@iwinux
Copy link

iwinux commented May 8, 2022

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
Copy link
Owner

I will check it out. Thanks for bringing it up.

selfrefactor added a commit that referenced this issue May 8, 2022
selfrefactor added a commit that referenced this issue May 8, 2022
* fix@issue #633 wrong deno import

* chore@small

* chore@small
selfrefactor added a commit that referenced this issue May 8, 2022
selfrefactor added a commit that referenced this issue May 8, 2022
@selfrefactor
Copy link
Owner

Fixed with 7.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants