fehler bei installation mamp pro/macos bigsur

hi.

 

hänge bei schritt 29/42 fest. habe alles nach dem offiziellen guide von shopware gemacht. bekomme extrem viele npm fehler im schritt 29. 

 

habe gescheckt das das dev verzeichnis bzw die rechte beim user liegen. 

 

hier mal anfang und ende vom log da das log an sich zu lange ist. 

(29/42) Starting
> npm clean-install --prefix vendor/shopware/platform/src/Administration/Resources/app/administration
	npm ERR! code 1
	npm ERR! path /Users/jh/PhpstormProjects/shopware/development/vendor/shopware/platform/src/Administration/Resources/app/administration/node_modules/node-sass
	npm ERR! command failed
	npm ERR! command sh -c node scripts/build.js

 

ende

	npm ERR! 2 warnings generated.
	npm ERR! libtool: unrecognized option `-static'
	npm ERR! libtool: Try `libtool --help' for more information.
	npm ERR! make: *** [Release/sass.a] Error 1
	npm ERR! gyp ERR! build error 
	npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
	npm ERR! gyp ERR! stack at ChildProcess.onExit (/Users/jh/PhpstormProjects/shopware/development/platform/src/Administration/Resources/app/administration/node_modules/node-gyp/lib/build.js:262:23)
	npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:378:20)
	npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
	npm ERR! gyp ERR! System Darwin 20.3.0
	npm ERR! gyp ERR! command "/usr/local/Cellar/node/15.8.0/bin/node" "/Users/jh/PhpstormProjects/shopware/development/platform/src/Administration/Resources/app/administration/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
	npm ERR! gyp ERR! cwd /Users/jh/PhpstormProjects/shopware/development/platform/src/Administration/Resources/app/administration/node_modules/node-sass
	npm ERR! gyp ERR! node -v v15.8.0
	npm ERR! gyp ERR! node-gyp -v v3.8.0
	npm ERR! gyp ERR! not ok 
	npm ERR! Build failed with error code: 1

 

Ich hatte auch das Problem.
Node 15 ist zu neu. Mit einem downgrade läuft das Setup durch.

Edit:
am besten eignet sich die node v12

mit brew kann man ganz einfach switchen

brew unlink node
brew install node@12
brew link node@12

 

 

Hmm mit Node12 komme ich auch nicht weiter. Hängt sich immer noch auf.