n4m-electron-boilerplate icon indicating copy to clipboard operation
n4m-electron-boilerplate copied to clipboard

Error on windows 10

Open guillaume-leo opened this issue 3 years ago • 0 comments

Hello I had this error when I hit the bang (first step)

The system cannot find the path specified. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] postinstall: cd ./electron; npm install npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] postinstall 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: npm ERR! C:\Users\guill\AppData\Roaming\npm-cache_logs\2021-05-14T09_10_06_067Z-debug.log

To solve this I had to manually "npm install" in the electron folder

guillaume-leo avatar May 14 '21 09:05 guillaume-leo