-
-
Notifications
You must be signed in to change notification settings - Fork 61
Cannot read property 'isPromise' of undefined #49
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
Comments
|
Thank you for your reply @goto-bus-stop. The issue is indeed caused by a combination of [email protected] & [email protected]. node-libs-browser depends on:
|
Instead of downgrading, using yarn, you may add the following to your "resolutions": {
"**/util": "^0.12.0"
} |
Good to hear you figured out a workaround! We do (FWIW, node-libs-browser is pretty much unmaintained. With webpack@5, you'll be expected to manually install shims for Node.js core modules, so they're not investing time in keeping that stuff up to date.) |
By explicitly requiring
I know, most likely the PR will not be accepted, but I documented the solution for this problem. |
Issue
I got experience the following issue with [email protected]
Workaround
Downgrade to [email protected]
Ref
My issue: Borewit/audio-tag-analyzer#97
The text was updated successfully, but these errors were encountered: