You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ocorre um erro com o electron, e saí o seguinte no log:
12 error Linux 3.16.0-4-amd64
13 error argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "dev"
14 error node v4.4.5
15 error npm v2.15.5
16 error file sh
17 error code ELIFECYCLE
18 error errno ENOENT
19 error syscall spawn
20 error @ dev: `electron ./app --debug`
20 error spawn ENOENT
21 error Failed at the @ dev script 'electron ./app --debug'.
21 error This is most likely a problem with the package,
21 error not with npm itself.
21 error Tell the author that this fails on your system:
21 error electron ./app --debug
21 error You can get information on how to open an issue for this project with:
21 error npm bugs
21 error Or if that isn't available, you can get their info via:
21 error
21 error npm owner ls
21 error There is likely additional logging output above.
22 verbose exit [ 1, true ]
Alguém sabe como resolver?
The text was updated successfully, but these errors were encountered:
Quando executo o comando
npm run dev
ounpm start
Ocorre um erro com o electron, e saí o seguinte no log:
Alguém sabe como resolver?
The text was updated successfully, but these errors were encountered: