electron / electron

:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
https://electronjs.org
MIT License
112.32k stars 15.02k forks source link

本地调试检测更新没有问题,打包成功后,安装electron应用时提示Cannot find module 'electron-updater' #42207

Closed CaoRuimiao closed 2 weeks ago

CaoRuimiao commented 2 weeks ago

Cannot find module 'electron-updater' after build

"dependencies": { "electron-log": "^5.1.4", "electron-updater": "6.1.8" }, "devDependencies": { "electron": "^27.0.2", "electron-builder": "^22.9.1" },

有人遇到吗?该怎么解决?

codebytere commented 2 weeks ago

Thanks for reaching out!

Because we treat our issues list as the team's backlog, we close issues that are questions since they don't represent a task needing to be completed. This forum is for raising bugs or requesting new features, and for most questions about Electron there are a lot of more appropriate community options. There are helpful people in this Discord or the subreddit that should be willing to point you in the right direction.