-
Notifications
You must be signed in to change notification settings - Fork 81
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
npm 7 fails while resolving dependencies before validating supported engines #133
Comments
@lubomirfiala The engines compatibility are not required for running |
In your case you can also skip the manual build by answering that question with |
If you are getting a dependency error before the engines are checked this sounds more like an issue on the NPM side that they are checking first dependency before they are checking the defined engines. |
I just tested the
When I add the
|
We decided to enable the |
I had to build custom JS for admin with
sulu:admin:update-build
but dependency error was thrown.After some debuging I found that my version of NPM wasn't compatible.
sulu:admin:update-build
should check for engines compatibility before building dependencies and throw error.The text was updated successfully, but these errors were encountered: