Installationsprobleme Shopware 6 (dev)

Eingesetztes Betriebssystem: MAC OS 10.11.6
MAMP
PHP Version : 7.2.16
Mysql Version: 5.7.26
Node:  v12.13.1
Npm: 6.12.1
Composer: 1.9.1

Ich bin vorgegangen wie unter https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/system-installation-guides/mac-os-x beschrieben.
Beim bin/setup erhalte ich dann folgende Fehler beim Schritt 28/40

1 Fehler:
 

# Webpack Plugin Injector: Plugin "Storefront" injected as a new entry point
Building project for production...
(node:16197) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
[
'/../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js\n' +
'Module Error (from ./node_modules/eslint-loader/index.js):\n' +
'\n' +
' ✘ https://google.com/#q=import%2Fno-unresolved Casing of ./modules/sw-theme-manager does not match the underlying filesystem \n' +
' ../../../../../../../../../../../../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js:1:8\n' +
' \n' +
'\n' +
' ✘ https://google.com/#q=import%2Fno-unresolved Casing of ./extension/sw-sales-channel/page/sw-sales-channel-detail does not match the underlying filesystem \n' +
' ../../../../../../../../../../../../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js:3:8\n' +
' \n' +
'\n' +
' ✘ https://google.com/#q=import%2Fno-unresolved Casing of ./extension/sw-sales-channel/view/sw-sales-channel-detail-theme does not match the underlying filesystem \n' +
' ../../../../../../../../../../../../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js:4:8\n' +
' \n' +
'\n' +
' ✘ https://google.com/#q=import%2Fno-unresolved Casing of ./init/api-service.init does not match the underlying filesystem \n' +
' ../../../../../../../../../../../../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js:6:8\n' +
' \n' +
'\n' +
'\n' +
'✘ 4 problems (4 errors, 0 warnings)\n' +
'\n' +
'\n' +
'Errors:\n' +
' 4 https://google.com/#q=import%2Fno-unresolved'
]

2 Fehler:

 

ERROR in /../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js
Module Error (from ./node_modules/eslint-loader/index.js):

✘ https://google.com/#q=import%2Fno-unresolved Casing of ./modules/sw-theme-manager does not match the underlying filesystem
../../../../../../../../../../../../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js:1:8


✘ https://google.com/#q=import%2Fno-unresolved Casing of ./extension/sw-sales-channel/page/sw-sales-channel-detail does not match the underlying filesystem
../../../../../../../../../../../../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js:3:8


✘ https://google.com/#q=import%2Fno-unresolved Casing of ./extension/sw-sales-channel/view/sw-sales-channel-detail-theme does not match the underlying filesystem
../../../../../../../../../../../../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js:4:8


✘ https://google.com/#q=import%2Fno-unresolved Casing of ./init/api-service.init does not match the underlying filesystem
../../../../../../../../../../../../../shopwaredevelopment/shopware/development/platform/src/Storefront/Resources/app/administration/src/main.js:6:8



✘ 4 problems (4 errors, 0 warnings)


Errors:
4 https://google.com/#q=import%2Fno-unresolved

Hab schon unterschiedliche Versionen (Node, NPM, PHP) ausprobiert ohne erfolg.

Bei ./psh.phar install kommt auch der gleiche Fehler.

Die Prozedur stoppt nicht sondern quittiert dies mit Erfolg.
Das Frontend kann aufgerufen werden, nur die Administration nicht.
Hierbei fehlt unter development/public/bundles der Ordner administration und deren Unterordner.

Für Lösungsansätze wäre ich sehr dankbar

@Swuser‍

Konntest du das Problem lösen? Bei mir dasselbe. Frontend zickt leider auch rum.

 

Grüße

Hallo @Swuser‍,

hierzu gab es auf Github eine Issue. Wir haben einen neues Hinweis eingebaut, der auf ggf. auftretende Probleme von Mac OS X eingeht: https://github.com/shopware/platform/pull/544#event-3072286992

Viele Grüße,
Stephan Pohl  Shopware

Ich habe die Installation auf einer neuen Festplatte erstellt.
Diese habe ich als MAC OS Extended (Groß-/Kleinschreibung und Journaled) bzw. Case-sensitive formatiert.
Danach gab es keine Probleme mit der Installation.

ich bekomm das in Production auch nicht zum Laufen.

siehe https://forum.shopware.com/discussion/comment/265305#Comment_265305

evtl. kann mir auch jemand helfen…

[@Stephan Pohl](http://forum.shopware.com/profile/2/Stephan Pohl “Stephan Pohl”)‍

Ich nutze die Installation mittles Vagrant VM unter MAC OSX seit einiger Zeit. Ich habe heute wie in der Installationsanleitung Shopware aktualisiert:

> git pull
> cd platform
> git pull
> cd …
> composer update
> rm -R var/cache/*
> ./psh.phar install

 

Die Storefront kann ich aufrufen. Die Administration bleibt weiß!

 

Edit: vagrant provision führt ebenfalls nicht zum Erfolg… Administration bleibt weiß.
Ich kann mit der Info der Case sensitiven Pfade leider nichts anfangen… was muss ich nun wo tun?

 

(28/40) Starting
> PROJECT_ROOT=/home/vagrant/shopware-dev npm run --prefix vendor/shopware/platform/src/Administration/Resources/app/administration/ build
        
        > administration@1.0.0 build /home/vagrant/shopware-dev/vendor/shopware/platform/src/Administration/Resources/app/administration
        > node build/build.js
        
        # Webpack Plugin Injector: Plugin "Storefront" injected as a new entry point
        Building project for production...
        (node:18885) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
        parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
        [
          './src/app/component/rule/condition-type/sw-condition-line-item-property/index.js\n' +
            "Module not found: Error: Can't resolve './sw-condition-line-item-property.html.twig' in '/home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property'\n" +
            "resolve './sw-condition-line-item-property.html.twig' in '/home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property'\n" +
            ' using description file: /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/package.json (relative path: ./src/app/component/rule/condition-type/sw-condition-line-item-property)\n' +
            " Field 'browser' doesn't contain a valid alias configuration\n" +
            ' using description file: /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/package.json (relative path: ./src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig)\n' +
            ' no extension\n' +
            " Field 'browser' doesn't contain a valid alias configuration\n" +
            " /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig doesn't exist\n" +
            ' .js\n' +
            " Field 'browser' doesn't contain a valid alias configuration\n" +
            " /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.js doesn't exist\n" +
            ' .vue\n' +
            " Field 'browser' doesn't contain a valid alias configuration\n" +
            " /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.vue doesn't exist\n" +
            ' .json\n' +
            " Field 'browser' doesn't contain a valid alias configuration\n" +
            " /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.json doesn't exist\n" +
            ' .less\n' +
            " Field 'browser' doesn't contain a valid alias configuration\n" +
            " /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.less doesn't exist\n" +
            ' .twig\n' +
            " Field 'browser' doesn't contain a valid alias configuration\n" +
            " /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.twig doesn't exist\n" +
            ' as directory\n' +
            " /home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig doesn't exist\n" +
            '[/home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig]\n' +
            '[/home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.js]\n' +
            '[/home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.vue]\n' +
            '[/home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.json]\n' +
            '[/home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.less]\n' +
            '[/home/vagrant/shopware-dev/platform/src/Administration/Resources/app/administration/src/app/component/rule/condition-type/sw-condition-line-item-property/sw-condition-line-item-property.html.twig.twig]\n' +
            ' @ ./src/app/component/rule/condition-type/sw-condition-line-item-property/index.js 1:847-913 1:1303-1311\n' +
            ' @ ./src/app/component sync (?

 

*Push* Kann mir hier jemand helfen?

1 „Gefällt mir“