-
-
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
Yarn Support (rebuild) #861
Comments
--cache-min
--cache-min
--cache-min
--cache-min
Yarn will be not supported until yarnpkg/yarn#756 is not fixed or rebuild will be not implemented on our side. |
--cache-min
--cache-min
This error is fixed, but you cannot in any case use yarn because yarn cannot rebuild native dependencies. |
yarn's website provides |
No. |
Ok. Thanks @develar. I'll follow the issue on yarn closely. |
yarn will be supported as soon as yarnpkg/yarn#1749 will be fixed. |
--cache-min
If you do not use |
Result of BTW — electron-builder now uses |
yarn version: 0.16.0, node 7.0.0
(I should note that I am installing with yarn) I think the issue is that
electron-builder
tries to find incorrect flags that were passed to it and its somehow validating flags from npm. I found that when runninginstall-app-deps
from npm scripts, the --cache-min option seems to be validated byelectron-builder
. Here's the stack trace:Everything seems to work fine when installing with
npm
The text was updated successfully, but these errors were encountered: