Hat da jemand einen Tipp für mich:
Habe die empfohlenen Doku-Schritte gemacht und alles gem. Anleitung durchgeführt.
_ bin/setup _ und _ ./psh.phar install _starten dann auch einwandfrei aber mit mehreren Abrüchen, die ich aber beheben konnte.
Jetzt bin ich schon beim script-Befehl 25 von 38 angekommen…
Nach dem script-Befehl
Building: /usr/local/Cellar/node/14.4.0/bin/node /Applications/MAMP/htdocs/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=
wird folgender Fehler geworfen und abgebrochen:
_______________
libtool: unrecognized option -static' libtool: Try
libtool --help’ for more information.
make: *** [Release/sass.a] Error 1
gyp ERR! build error
gyp ERR! stack Error: make
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Applications/MAMP/htdocs/shopware/development/platform/src/Administration/Resources/app/administration/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
gyp ERR! System Darwin 19.5.0
gyp ERR! command „/usr/local/Cellar/node/14.4.0/bin/node“ „/Applications/MAMP/htdocs/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=“
gyp ERR! cwd /Applications/MAMP/htdocs/shopware/development/platform/src/Administration/Resources/app/administration/node_modules/node-sass
gyp ERR! node -v v14.4.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.13.1 postinstall: node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.13.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/xxxx/.npm/_logs/2020-06-11T18_33_17_613Z-debug.log
_______________
google gefragt, Antwort: folgende Befehle versuchen
brew unlink libtool
>> Error: No such keg: /usr/local/Cellar/libtool
rm -rf /usr/local/bin/libtool
which libtool
>> /Applications/MAMP/Library/bin/libtool
Hat aber nichts gebracht, beim nächsten Start wieder derselbe Fehler.
Bin für jede Hilfe dankbar und würde mich freuen, dieses Ding endlich zum laufen zu bringen