some error with npm install
flytam opened this issue · 3 comments
flytam commented
jschr commented
I get the same error on my Windows 10 machine. Looks like we're running into this electron issue: electron/electron#9323
I added "extract-zip": "=1.6.0"
to package.json
's devDependencies
as one of the comments suggested and that fixed it.
flytam commented
@jschr Thanks,i have solve this,but when package and run myapp.exe it has error that
jschr commented
hey @Tanjh1996 did you find a fix for the new error? can you share what it was?