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
when I run 'npx react-native start --reset-cache` it throws me this error
error Cannot read properties of undefined (reading 'handle').
TypeError: Cannot read properties of undefined (reading 'handle')
at Function.use (/Users/sanafatima/Desktop/Twin_App/investor-mobile-app/node_modules/connect/index.js:87:21)
at exports.runServer (/Users/sanafatima/Desktop/Twin_App/investor-mobile-app/node_modules/@react-native/community-cli-plugin/node_modules/metro/src/index.flow.js:146:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.runServer [as func] (/Users/sanafatima/Desktop/Twin_App/investor-mobile-app/node_modules/@react-native/community-cli-plugin/dist/commands/start/runServer.js:136:26)
at async Command.handleAction (/Users/sanafatima/Desktop/Twin_App/investor-mobile-app/node_modules/@react-native-community/cli/build/index.js:139:9)
info Run CLI with --verbose flag for more details.
Apparently its coming from a module connect being installed as a dependency. I have tried to uninstall and install everything multiple times with different versions but unable to resolve the issue. I'd be grateful if someone can help me resolve the issue. Here is the output for npm ls connect
Environment
npx react-native info
outputnpx react-native doctor
is passing.Description
I am converting my react native expo project to bare workflow. i ran
npx expo prebuild
to eject the project successfully. I installedwhen I run 'npx react-native start --reset-cache` it throws me this error
Apparently its coming from a module
connect
being installed as a dependency. I have tried to uninstall and install everything multiple times with different versions but unable to resolve the issue. I'd be grateful if someone can help me resolve the issue. Here is the output for npm ls connectThe text was updated successfully, but these errors were encountered: