Search code examples
node.jsreact-nativeruntime-error

how can I solve this 'error: can't find module node_modules\@react-native-community\cli\build\bin.js'


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


Solution

  • 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.