When I type in the $npm run dev command in bash it gives me this error:
electron . --debug
'electron' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! EasyProxy@2.1.2 dev: electron . --debug
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the EasyProxy@2.1.2 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
Please advise. I'm not sure what to do from this error
When I type in the $npm run dev command in bash it gives me this error:
'electron' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! EasyProxy@2.1.2 dev:
electron . --debugnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the EasyProxy@2.1.2 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
Please advise. I'm not sure what to do from this error