「 ELECTRON 」 七月 31, 2020
Electron 踩坑之 ERR! code ELIFECYCLE
事情经过
执行npm run build
报错
报错
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! project_name@0.0.1 build: `node .electron-vue/build.js && electron-builder`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the project_name@0.0.1 build script.
npm...
查看全文