score:-1
Accepted answer
react-native doesn't work with node v9.4. needed to downgrade to node v8.
score:3
follow these steps:
sudo lsof -i :<your port>
run
sudo kill -9 <pid>
downgrade node to version 8
run the application again
Source: stackoverflow.com
Related Query
- Metro Bundler has encountered an internal error, please check your terminal error output for more details
- React-Native 0.52: Metro Bundler has encountered an internal error
- React Native Error - yarn' is not recognized as an internal or external command
- Error when running jest on a react native + typescript app (Jest encountered an unexpected token)
- Error Running React Native App From Terminal (iOS)
- PhaseScriptExecution [CP-User] error in React Native
- React Native Error Cannot find module 'metro-config/src/defaults/blacklist'
- React Native on Ipad - Error - could not connect to development server
- React Native + Jest EMFILE: too many open files error
- React Native 0.31: Could not get BatchedBridge Error
- Error : Cannot read property fetch. Using jest-expo with react native
- React native (expo) web view Error net::ERR_CACHE_MISS
- Firebase initial error with React Native (Cannot read property 'getItem' of undefined)
- React navigation 5 error Binding element 'navigation' implicitly has an 'any' type.ts
- I have Some Error when add Button to my React Native App?
- Amplify React Native - Duplicate Error using amplify add api
- React Native Ios Error - ENOENT: no such file or directory, uv_cwd (null))
- React Native Android error in com.facebook.react.bridge.NoSuchKeyException
- React Native - Force ListView Re-render when data has not changed
- Error on archiving react native app in Xcode - Multiple commands produce 'libyoga.a'
- There is an internal error in the React performance measurement code
- React Relay Error 'Object has no method find'
- React Native App crashes on android 11 on launch without giving error
- Getting the error "Nested CSS was detected, but CSS nesting has not been configured correctly" in React app?
- React Native Test Error - Unable to find node on an unmounted component
- React Native start failed with error code -4094 how to solve this ONCE for ALL?
- React Native Debugger Error - Cannot GET /debugger-ui/
- How to fix React Native error "jest-haste-map: Haste module naming collision"?
- React redux typescript: connect has missing type error
- React Native TypeScript Error: Module '"react-native"' has no exported member 'Appearance'
More Query from same tag
- React Axios Service Class
- module.default is undefined dynamic import
- Cancel only current axios request in React application
- Cannot figure out why useState hook is not updating properly
- React native my app wont show any results from API GET call
- Calling Set on a Firebase Database Reference Causes the Webpage to Hang
- use React or Vue over server side template engines
- Laravel 8 cannot run npm run dev
- Changing single value state to object state
- how to pull api array from website about covid statistics
- Using theme palette colors in custom MUI button variant
- How do I extract the array in an array and structure it to be one whole array?
- How to pipe a pdf download response from an api (node/express) to a client (react)?
- How to define a private property when implementing an interface in Typescript?
- How to pass state (select value) to the parent in React (hooks)
- calling the set function from a useState using the arrow function method reloads too early
- React app: Jest encountered an unexpected token
- Append component in React
- Create react app is not working correctly
- How can I pass both the theme and the props in the styled() of Material UI-5?
- Jest with Enzyme, why is `toHaveBeenCalled` not triggering in my React Component test?
- Alert not showing on browser close after doing reload of the browser, same issue is there in stackoverflow website also
- Console log an interface without some object
- Maintain other styles after rotating text in flex box
- REACT: Undesirable arrows inside html <select>
- Set state based on value of array item in previous state
- How to make import excel on ReactJS by tools 'read-excel-file'?
- Cloning a element and setting state
- How to implement RBAC in react?
- How to filter Products in React.js?