-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Cannot require node's util module #526
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
It seems this is duplicated of #375 |
These might help: https://github.com/substack/browserify-handbook#builtins |
For now, it should work if you do |
This was referenced Aug 27, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got this when trying requiring fluxxor on react native.
I thought
util
module should be part of node js and I don't need to install it manually.The text was updated successfully, but these errors were encountered: