Skip to content
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 and ^8 fail to install mollie-shopware6-administration-tests and mollie-shopware6-storefront-tests #218

Closed
AndreasA opened this issue Oct 29, 2021 · 2 comments
Labels
Bug Something isn't working On Roadmap

Comments

@AndreasA
Copy link

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

@boxblinkracer
Copy link
Collaborator

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

@boxblinkracer boxblinkracer added Bug Something isn't working On Roadmap labels Nov 3, 2021
@boxblinkracer
Copy link
Collaborator

oh sorry,
has been released with v2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working On Roadmap
Projects
None yet
Development

No branches or pull requests

2 participants