1
I’m not able to create the application using the electron
.
I install the package and when I will execute the command:
electron-packager d/dev/puxa Puxa
I get the following error message:
"Bash: Electron-packager: command not found".
$ npm install electron-packager -g
oaming\npm\node_modules\electron-packager\cli.js
+ [email protected]
updated 1 package in 6.641s
$ electron-packager /d/[
"bash: Electron-packager: command not found*".
Try this: npm install -g Electron-packager
– Wanderson Rodrigo