-
-
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
Build fails due to peer depedency errors #611
Comments
If you don't use native deps, you can continue to use existing. Is it possible to attach sample project / link to project? |
Thanks for the answer, since it's a pure-web project native deps should not be needed! Unfortunately I can't share the project since it's a new product owned by the company where I'm working... |
Maybe you need to add To ensure, execute |
Thanks again for your reply. Some depencies where pruned indeed, but the errors remain. |
I tried to update manually the I understand that this is more an issue of |
@ingro I can investigate, but I need sample project :( (actually, you can send me only package.json) |
I could try to replicate the issue in a smaller repo, I will update here if I manage to do it! Thanks for the help meanwhile! |
@develar here is a simple
|
@ingro Thanks a lot for sample project, fixed. |
Hello, I'm trying to use electron-builder to package my app. Before switching to the suggested structure (two package.json) I'm trying with the current one but when I launch the build command
node_modules\.bin\build --win --dir
the builder exits with this error:For what I can see it's just npm yelling because some peer deps are not respected but that should not be a problem (with npm 3.x at least), the depencies are correctly installed and the app is running just fine.
The text was updated successfully, but these errors were encountered: