We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On version 1.8.1, loading on browser got error
Uncaught Error: Cannot find module 'events'
which is traced back to EventEmitter.js
if (process.env.PARSE_BUILD === 'react-native') { module.exports = require('EventEmitter'); } else { module.exports = require('events').EventEmitter; }
It is a new build configuration settings, or an error ?
The text was updated successfully, but these errors were encountered:
@lucianmat the code on master has the fix for this issue. #240 You can use 1.7.1 in the meantime. We'll create a release once we've resolved #234.
Sorry, something went wrong.
resolved in 1.8.2
No branches or pull requests
On version 1.8.1, loading on browser got error
which is traced back to EventEmitter.js
It is a new build configuration settings, or an error ?
The text was updated successfully, but these errors were encountered: