skip to Main Content

i tried to run my project with the ‘npm run android’ command and got this error. Please help me with this problem.

i already tried uninstalling the ‘node_modules’ folder and ran the commmand ‘npm install’, still not solved.

error screenshot

2

Answers


  1. Chosen as BEST ANSWER

    I solved it.

    What causes this error to happen is just the path of the project including Turkish characters. Then I moved my project to another folder with an English name based location, problem solved.


  2. Run this Command in your CLI of your project

    npm i @react-native-community/cli
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search