AhMyth-Android-RAT icon indicating copy to clipboard operation
AhMyth-Android-RAT copied to clipboard

Erro ao executar o NPM START

Open JOEL270 opened this issue 4 years ago • 4 comments

kali@Kali:~$ npm start npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /home/kali/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/home/kali/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

npm ERR! A complete log of this run can be found in: npm ERR! /home/kali/.npm/_logs/2020-05-10T11_51_49_557Z-debug.log kali@Kali:~$

OBS: na hora que executar o # npm start dar esse erro !

JOEL270 avatar May 10 '20 11:05 JOEL270

Na hora que executar o # npm start dar esse erro, como eu devo ta corrigindo esse erro?

JOEL270 avatar May 10 '20 11:05 JOEL270

tenta executar npm install e depois npm start

ghost avatar Jun 22 '20 05:06 ghost

and for the english readers: try executing npm install then npm start

ghost avatar Jun 25 '20 12:06 ghost

Add to start script npx before electron to fix it or install electron global

zlocate avatar Aug 23 '20 23:08 zlocate