Erste MAMP Installierung: JS: Shopware is not defined

Hallo, 

ich habe den Forum durchgesucht aber über das Thema nichts gefunden. Ich habe Ihre MAMP Installation Guide gefolgt und den Shopware lokal installiert, bin/setup && ./psh.phar install haben richtig funktioniert. Der Storefront wird fehlerfrei geladen, was ich aber in admin Bereich bekomme ist das :

Ich habe schon auch ./psh.phar administration:build ausgeführt und den Cache geleert - das alles hilft nicht und ich kriege immer noch diese Fehler. 

Wobei der Output bei ./psh.phar administration:build komisch aussieht:

	ERROR in ./src/module/sw-cms/blocks/image/image-simple-grid/preview/sw-cms-preview-image-simple-grid.scss (./node_modules/mini-css-extract-plugin/dist/loader.js!./node_modules/css-loader/dist/cjs.js??ref--15-2!./node_modules/sass-loader/lib/loader.js??ref--15-3!./src/module/sw-cms/blocks/image/image-simple-grid/preview/sw-cms-preview-image-simple-grid.scss)
	Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
	ModuleBuildError: Module build failed (from ./node_modules/sass-loader/lib/loader.js):
	Error: Missing binding /Users/vlad/PhpstormProjects/development/platform/src/Administration/Resources/app/administration/node_modules/node-sass/vendor/darwin-x64-79/binding.node
	Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 13.x
	
	Found bindings for the following environments:
	  - Linux 64-bit with Node.js 12.x
	
	This usually happens because your environment has changed since running `npm install`.
	Run `npm rebuild node-sass` to download the binding for your current environment.
	    at module.exports (/Users/vlad/PhpstormProjects/development/platform/src/Administration/Resources/app/administration/node_modules/node-sass/lib/binding.js:15:13)
	    at Object. (/Users/vlad/PhpstormProjects/development/platform/src/Administration/Resources/app/administration/node_modules/node-sass/lib/index.js:14:35)
	    at Module._compile (internal/modules/cjs/loader.js:1063:30)
	    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1103:10)

habe auch npm rebuild node-sass probiert, hatte auch nichts gebracht. Hat jemand eine Idee ? 

Danke im Voraus.

Habe die Lösung selbst gefunden, 

sollte:

  1. cd platform/src/Administration/Resources/app/administration/ - in die Administration Ordner navigieren 

2) npm rebuild node-sass - und da den SASS rebuilden

Hallo handkock

Ich habe dasselbe Problem nach lokaler Installation mit Docker auf Ubuntu.

Könntest du etwas genauer erklären wie du dein Problem lösen konntest?

Gruss