rambda icon indicating copy to clipboard operation
rambda copied to clipboard

[BUG] the deno instructions don't work

Open freefrancisco opened this issue 1 month ago • 1 comments

Describe the bug

I was trying to test Rambda in a deno app to see if I want to replace Ramda with it, but the deno.land download is not working. In a script I tried importing it like the documentation indicates:

import * as R from "https://deno.land/x/rambda/mod.ts";

but trying to run the script I get this error:

Warning Implicitly using latest version (v9.2.0) for https://deno.land/x/rambda/mod.ts
error: Module not found "https://deno.land/x/[email protected]/src/prop".
    at https://deno.land/x/[email protected]/src/hasIn.js:1:24

Context(which version of library)

This happened also when trying to import v9.2.0 and v9.1.1 explicitly

freefrancisco avatar May 17 '24 12:05 freefrancisco