AhMyth/AhMyth-Android-RAT

npm run start uses global installed Electron instead local

zlocate opened this issue · 0 comments

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.