-
-
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
Problems downloading electron #180
Problems downloading electron #180
Comments
Please specify |
You don't need this because you don't use two-package.json project layout. Remove |
Yes, that solved my problem (!).
Ok removed, as a newcomer i'm having a hard time wrapping my head around the flow, readme doesn't help... I need to run the builder on a stripped down version of the current app, how would i go about doint that? Thank you for the fast response @develar! |
Don't quite understand. Do you mean that packaged app (.app osx or .exe win) processed by 3rd party tool and you want to build only installer? |
It is a bug, will be fixed. |
I need to remove all dev deps from node_modules using There are a few packager options that I cannot understand how to pass to the builder like |
ok figured this out, missed the line where the "build" key in package.json is used for that purpose. |
asar is used by default. JFYI: See step 1
Don't try to solve inexistent issue. Don't waste your time. See two-package.json project layout. |
@thanpolas @develar electron-packager supports |
@havenchyk It is exactly what I mean — "it will be constant battle". It is nightmare. Just use two-package.son layout and forget about it. |
Hello, just installed 2.8.3 and trying to create a build...
When i run
npm run pack
I get this error:As you can notice it tries to download:
when it should be downloading:
Another issue I have is with the
"postinstall": "install-app-deps",
script... it fails after npm install, when i run it directly fromnode_modules/.bin/install-app-deps
i get:I use nvm
The text was updated successfully, but these errors were encountered: