Andreas Allacher
Andreas Allacher
@shyim shouldn't be I just fetched origin/trunk today. but the same issue is on the trunk branch on a commit from a few hours ago, see: https://github.com/shopware/platform/runs/5464261376?check_suite_focus=true https://github.com/shopware/platform/commit/575ea227c89ac11bef4a3855abd8044f1e52abeb https://github.com/shopware/platform/commits/trunk I...
8.4 and 8.5 seems to work now with 6.4.10.0. However, there seems to be a new issue with 8.6.0: ``` npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/eslint npm...
Regarding 8.6.0 it is most likely related to this: https://github.com/npm/cli/issues/4664 as mentioned in the ticket it was probably closed pre-maturely and is actually an issue with 8.6.0 but not 100%...
In any case it would probably make sense to add some CI tests that automatically tries to build storefront/admin with new released NPM / node version to ensure it still...
Any news regarding NPM 8.6 and newer?
no need to wait for 6.5 as long as the previous .env loading is still supported in the core as the files from here nobody needs to update.
@shyim I think this should be fixed sooner rather than later as due to not being thread safe this could have unintentional side effects on e.g. shared hosting. Though most...
Which is exactly what I mean? The current gitignore here, has `.env` in it but not `.env.local` and not `.env.*.local` and also not `.env.local.php`. So `.env` will not be commited...
We are using a HSTS domain locally. So everything is going through HTTPS using that domain. There is no way around it and therefore a proxy will not help as...
@shyim ah, now that you mention reverse proxy, I feel stupid for not thinking of this myself. And I now know what you meant - for some reason the initial...