Error: Cannot require() ES Module <module> in a cycle. #4898
Unanswered
benjibenoit
asked this question in
Help
Replies: 3 comments 1 reply
-
Any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
@ThisIsMissEm I asked on their github, here is the answer I get : rpcpool/yellowstone-grpc#555 (comment) Any thought? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package version
@adonisjs/core: "^6.17.2"
Describe the bug
Hi guys,
I've been trying to install several packages that tell me
Error: Cannot require() ES Module <module> in a cycle.
When I install them outside AdonisJs, it works. I'd like a little help to figure out how to install them or help me figure out what might be blocking, so I can ask the devs about the packages that are blocking.
if I simply import it, I have this error :


So if I follow and set a const I have :
I think it's not Adonis related but I don't know how to explain the devs how they can update their code to remove my errors.
Thanks for your help !
Reproduction repo
I can't provide a repo for the functional part because I only have the problem with packages with paid features. However, my problems occur as soon as the libs are imported, so just import them to test.
Beta Was this translation helpful? Give feedback.
All reactions