We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With current shopware production template all plugin dependencies call a npm install for all installed plugins in admin and storefront build processes: https://github.com/shopware/production/blob/v6.4.5.1/bin/build-storefront.sh#L32
npm install
This means that the npm install is triggered for your tests and it currently fails with a newer NPM version than 6.x
Though I think the installation isn't required at all, see: #217
The text was updated successfully, but these errors were encountered:
Hi there
thanks for this
i was able to reproduce it. so not compatible with npm 7 and 8
no high prio problem at the moment but I'll solve it :)
thanks
Sorry, something went wrong.
oh sorry, has been released with v2.0
No branches or pull requests
With current shopware production template all plugin dependencies call a
npm install
for all installed plugins in admin and storefront build processes:https://github.com/shopware/production/blob/v6.4.5.1/bin/build-storefront.sh#L32
This means that the npm install is triggered for your tests and it currently fails with a newer NPM version than 6.x
Though I think the installation isn't required at all, see: #217
The text was updated successfully, but these errors were encountered: