i've got this problem, i've installed almost everything what i could, android studio, jdk and things which were required for running android simulator
but when i'm trying to run: npx react-native@latest init MyAwesomeProject
it always shows: ✔ Downloading template ⠋ Copying template/home/bedena/.npm/_npx/dea611a43221eddd/node_modules/graceful-fs/polyfills.js:265 if (!chownErOk(er)) throw er ^
Error: ENOENT: no such file or directory, chmod '/home/bedena/Desktop/programming/nativereactbootcamp/MyAwesomeProjectInit/android/gradle.properties' at Object.chmodSync (node:fs:1991:3) at Object.chmodSync (/home/bedena/.npm/_npx/dea611a43221eddd/node_modules/graceful-fs/polyfills.js:263:21) at ReadStream. (/home/bedena/.npm/_npx/dea611a43221eddd/node_modules/@react-native-community/cli/build/tools/copyFiles.js:83:19) at ReadStream.emit (node:events:517:28) at emitCloseNT (node:internal/streams/destroy:132:10) at process.processTicksAndRejections (node:internal/process/task_queues:81:21) { errno: -2, syscall: 'chmod', code: 'ENOENT', path: '/home/bedena/Desktop/programming/nativereactbootcamp/MyAwesomeProjectInit/android/gradle.properties' }
it creates project folder, but files inside it are empty and scripts doesn't work
who knows what's happening?