Error message when running "react-native start"

16 Views Asked by At

when running the "react-native start" command I got this error:

(node:14668) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created) error No Metro config found in C:\Users\User\Desktop\firstProject.

**Here are the steps of what I did: ** 1- I installed the latest version of node and npm. 2- installed react native cli using "npm install -g react-native-cli" 3- I created the react-native project using "react-native init MyProject" 4- Then I ran "react-native start" and got the error message

0

There are 0 best solutions below