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
The following error was reported by @huingZM in the gitter community channel, for nodejs-mobile on Android:
var cpu_count = require('os').cpus().length; ^ TypeError: Cannot read property 'length' of undefined
This is reported on upstream node as well: nodejs/node#19022
More information is needed on why it is failing on Android and for what API level, to verify if a solution similar for iOS is possible: #36
The text was updated successfully, but these errors were encountered:
More information: It's reported this issue occurred on a "Nexus_5X_API_27" emulator running on MacOS.
Sorry, something went wrong.
jaimecbernardo
No branches or pull requests
The following error was reported by @huingZM in the gitter community channel, for nodejs-mobile on Android:
This is reported on upstream node as well: nodejs/node#19022
More information is needed on why it is failing on Android and for what API level, to verify if a solution similar for iOS is possible: #36
The text was updated successfully, but these errors were encountered: