AhMyth-Android-RAT
AhMyth-Android-RAT copied to clipboard
npm run start uses global installed Electron instead local
It may break screapt - npm run start if electron does't installed global (by-default it's not true)
I suggest following solution - use npx to run local packages binaries.