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

In ramda doc, Runkit throw different Errors with different node version #281

Closed
adispring opened this issue Apr 9, 2023 · 3 comments
Closed

Comments

@adispring
Copy link
Member

In node 14, runkit throws: "Cannot find module 'ramda@0.29.0'"
In node 18, runkit throws: "Error: './src/curry' is not defined"

@tolmasky Can you give some help about this?

@tolmasky
Copy link
Contributor

tolmasky commented Apr 9, 2023

It appears that for some reason the latest we have available on RunKit is 0.29.0. We're looking into why the 0.29.0 version wasn't picked up and hopefully should have it available shortly. This seems to be the source of the issues here. Unfortunately, given that it is Easter weekend, the person who can most easily figure this out might not be able to get to it until Monday, but I am trying to reach out to him right now. As a stop gap, you could just use "ramda" or "ramda@0.28.0" as that version is available.

@tolmasky
Copy link
Contributor

tolmasky commented Apr 10, 2023

Hi @adispring, it should now be fixed thanks to @pouwerkerk! Please let us know if you are still having issues.

@adispring
Copy link
Member Author

Hi @adispring, it should now be fixed thanks to @pouwerkerk! Please let us know if you are still having issues.

Yes, it works again. Thanks @tolmasky and @pouwerkerk

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