-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install-app-deps failure cause can't find module electron-updater #1375
Comments
Please update |
@develar, same result |
Hey @develar any ideas why it can happen? Manual install works, when try to see latest available version using |
@cumajkeee Could you please show your package.json? Have you tried yarn? |
Yarn - no, which one dev or app? |
dev |
|
latest builder not used cause errors in it's dependencies is still there #1344 |
BTW @develar , have other question to you. If for example I use node-modules that are rebuild for native lang. I build application with on PC on Win10 with all needed env. And application I install on clear Windows 7. Is there possibility to have problems due older OS version will not understand modern code in rebuild modules and trigger errors? |
In case of Windows — no. It is ok to build on win 10 for win 7. (it is possible to write such native node modules, but it is theoretical). |
hm, I have sometimes a strange issue, that while application run there is error:
But when unpack asar, I see that file is there. does package.json look correct? |
@cumajkeee keytar works for me, so, I doubt that it is electron-builder issue. BTW, please consider to migrate to one-package.json structure. I don't know what's wrong. I suggest switch to one-package.json structure and use yarn instead of npm. |
For me also, just several users has problems with that. So I want to understand the whole process for modules rebuild to identify core of a problem. Last question, node-gyp rebuild modules for specific electron version. Is it problem that locally I have node v4.5.0, and my target (electron 1.6.2) using node. v7.x.x? |
In any case electron headers are specified explicitly, regardless of node version.
I suggest you to use at least latest LTS 6. Or better 7. |
Thanks a lot. |
If install manually - works fine. What can be the reason of it?
The text was updated successfully, but these errors were encountered: