shopwareArchive / shopware-platform-vagrant

DEPRECATED: A Vagrant setup ready for shopware platform development
22 stars 14 forks source link

./psh.phar administration:watch seems not to work properly #23

Closed flohessling closed 3 years ago

flohessling commented 3 years ago

Steps to reproduce: 1) vagrant ssh into the box 2) go to shopware-dev directory ( cd shopware-dev ) and execute ./psh.phar administration:watch

In Shopware 6.3.x.x the command seems to be broken (watch.sh is using the wrong command to dump features). In Shopware 6.2.x the command is correct but the vagrant box produces npm errors when trying to map to the correct host.

flohessling commented 3 years ago

This pull request adresses the problem https://github.com/shopware/platform/pull/1285