Electron app研发踩坑之旅
文章平均质量分 60
以真实Electron app项目为背景,分享趟过的那些坑,帮助踩到这些坑的伙伴!
极客先生
程序员 | 创业者 | 自媒体 | 白帽子
展开
-
Electron app打包后启动报错:Cannot find module ‘reflect-metadata‘
前言这是一系列Electron app开发过程中的踩坑之旅,特此记录下来,分享给大家,每一篇都是一个坑和填坑解决方案!问题执行打包命令后,打出来的app启动就报错,错误信息如下:A JavaScript error occurred in the main processUncaught Exception:Error: Cannot find module 'reflect-metadata'Require stack:- /Applications/aDemo.app/Contents/原创 2021-12-15 11:42:56 · 5725 阅读 · 0 评论 -
Application entry file “background.ts” in the “app.asar” does not exist.
Electron app研发踩坑之旅~Application entry file “background.ts” in the “app.asar” does not exist.原创 2021-12-10 18:18:37 · 4384 阅读 · 2 评论