shopware / development

MIT License
189 stars 170 forks source link

Installation failed [command:bin/setup] @32/46 #182

Closed Vector-Fields closed 2 years ago

Vector-Fields commented 2 years ago

PHP Version

8.1.2

Shopware Version

6.4.11.1

Expected behaviour

Installation Complete. I guess?

Actual behaviour

Execution aborted & installation failed

shopware-issue

Other Details Npm version: 8.12.1 Node version: 16.15.1 OS: Ubuntu 22.04

How to reproduce

bin/setup in shopware6 root directory

keulinho commented 2 years ago

There is a known problem with the current npm versions. as a fix you can set npm config set legacy-peer-deps=true.

Refer to this stackoverflow answer.

Vector-Fields commented 2 years ago

There is a known problem with the current npm versions. as a fix you can set npm config set legacy-peer-deps=true.

Refer to this stackoverflow answer.

Thanks