miaosun009
miaosun009
执行npm run rebuild 的时候出现以下错误,是什么原因? PS D:\node\edva> npm run rebuild > @ rebuild D:\node\edva > electron-rebuild -d=https://gh-contractor-zcbenz.cnpmjs.org/atom-shell/dist/ -m ./app/node_modules × Rebuild Failed An unhandled error occurred inside electron-rebuild ENOENT: no such...
关于APNG支持有什么进展吗?我目前觉得我非常需要它。为什么开箱即用的图像小部件中不支持APNG格式?这是一种非常常见的格式。 Is there any progress regarding APNG support? I currently feel I really need it. Why is the APNG format not supported in the out-of-the-box image widget? This is a...
ssss imilar question  
错误是来自 `src/main/index.js` 中的 第14行 `log.info(`(main/index) log file at ${log.findLogPath()}`);` 改成 `log.info(`(main/index) log file at ${log.transports.file.findLogPath()}`);` 就可以了, 作者修正一下吧 还有把electron 相关的包写进package.js里面把,运行npm start 提示少好几个包呢
@smackgg 还能碰到个活人,真感谢你, 顺便问一下,打包时候遇到的错误, PS D:\node\edva> npm run pack > @ pack D:\node\edva > npm run build && npm run rebuild && build > @ build D:\node\edva > roadhog build &&...