You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On react-native with expo - build , the launch/build fails with the following error
if you add events and stream, you get http and https error too
Android Bundling failed 612ms node_modules/expo-router/entry.js (1315 modules)
The package at "node_modules/parse/node_modules/ws/lib/stream.js" attempted to import the Node standard library module "stream".
It failed because the native React runtime does not include the Node standard library.
Android Bundling failed 612ms node_modules/expo-router/entry.js (1315 modules)
The package at "node_modules/parse/node_modules/ws/lib/stream.js" attempted to import the Node standard library module "stream".
It failed because the native React runtime does not include the Node standard library.
The text was updated successfully, but these errors were encountered:
ℹ️ You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
New Issue Checklist
Issue Description
On react-native with expo - build , the launch/build fails with the following error
if you add events and stream, you get http and https error too
Steps to reproduce
Create a react native app using
Actual Outcome
App should build
Expected Outcome
Environment
"expo-system-ui": "~5.0.7",
"expo-web-browser": "~14.1.6",
"parse": "^6.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.2",
Server
NA
Database
NA
Client
6.1.1
Logs
Android Bundling failed 612ms node_modules/expo-router/entry.js (1315 modules)
The package at "node_modules/parse/node_modules/ws/lib/stream.js" attempted to import the Node standard library module "stream".
It failed because the native React runtime does not include the Node standard library.
The text was updated successfully, but these errors were encountered: