-
Notifications
You must be signed in to change notification settings - Fork 858
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
Dynamic require of "util" is not supported #654
Comments
Same here. |
I checked the source files that are mentioned in your stack trace. But I don't see a dynamic require of |
Getting:
|
@Hugo-ter-Doest Would it be possible to re-open? I am unable to use this library in Remix at the moment. Happy to help troubleshooting. |
@adaboese How do you use it in Remix? I have the exact same issue when using Natural in a Remix action. The weird thing is though that everything works fine when i The same code however works fine & without issues when i run it directly on Node.js so i'm probably doing something wrong or it is an issue with Remix |
Oke, let's have a look. Webworker threads are not dynamically required, a try-catch construct is used:
So it always tries to load the module. |
I'm getting this error using
adapter-node
with sveltekit after upgrading to latest.Dynamic require of "util" is not supported
Here's the node error:
The text was updated successfully, but these errors were encountered: