Hallo, ich setze mir gerade die Entwicklungsumgebung für den Gambio auf und habe dazu folgendes Tutorial durchgemacht: https://developers.gambio.de/tutorials.html?v=2.7.2.0&p=windows Leider bekomme ich im letzten Schritt nicht weiter, da ich verschiedene Fehler bekomme: 1. Kann "npm run configure" nicht ausführen, da ich verschiedene Fehler im Zusammenhang mit gyp bekomme (siehe Screenshot 1: npm-debug.log) 2. Führe ich zuvor "npm install && bower install && composer install --prefer-dist && gulp" aus läuft alles einwandfrei. Führe ich danach nochmals "npm run configure" aus bekomme ich den Fehler: "Diese App kann auf dem PC nicht ausgeführt werden" und einen Fehler im git bash (siehe Screenshot 2 und Anhang npm-debug.log) Was kann ich tun? ___________________ npm-debug.log: Code: 0 info it worked if it ends with ok 1 verbose cli [ 'c:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'run', 1 verbose cli 'configure' ] 2 info using npm@2.14.20 3 info using node@v4.4.0 4 verbose run-script [ 'preconfigure', 'configure', 'postconfigure' ] 5 info preconfigure Gambio-GX2@ 6 info configure Gambio-GX2@ 7 verbose unsafe-perm in lifecycle true 8 info Gambio-GX2@ Failed to exec configure script 9 verbose stack Error: Gambio-GX2@ configure: `npm install && bower install && composer install --prefer-dist && gulp` 9 verbose stack Exit status 1 9 verbose stack at EventEmitter.<anonymous> (c:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:214:16) 9 verbose stack at emitTwo (events.js:87:13) 9 verbose stack at EventEmitter.emit (events.js:172:7) 9 verbose stack at ChildProcess.<anonymous> (c:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14) 9 verbose stack at emitTwo (events.js:87:13) 9 verbose stack at ChildProcess.emit (events.js:172:7) 9 verbose stack at maybeClose (internal/child_process.js:827:16) 9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) 10 verbose pkgid Gambio-GX2@ 11 verbose cwd c:\xampp\htdocs\gambio_2_7-2 12 error Windows_NT 10.0.10240 13 error argv "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "configure" 14 error node v4.4.0 15 error npm v2.14.20 16 error code ELIFECYCLE 17 error Gambio-GX2@ configure: `npm install && bower install && composer install --prefer-dist && gulp` 17 error Exit status 1 18 error Failed at the Gambio-GX2@ configure script 'npm install && bower install && composer install --prefer-dist && gulp'. 18 error This is most likely a problem with the Gambio-GX2 package, 18 error not with npm itself. 18 error Tell the author that this fails on your system: 18 error npm install && bower install && composer install --prefer-dist && gulp 18 error You can get information on how to open an issue for this project with: 18 error npm bugs Gambio-GX2 18 error Or if that isn't available, you can get their info via: 18 error 18 error npm owner ls Gambio-GX2 18 error There is likely additional logging output above. 19 verbose exit [ 1, true ]
Der eigentliche Fehler scheint schon weiter oben zu beginnen, darum seh ich den da nicht. Ich hab gerade mal einen aktuellen Checkout von 2.7_develop genommen und auf meiner Linux-Mühle durchgebaut. Dabei gibts ein paar bekannte, unhübsche Warnings, aber der Build gelingt. Ich sorg dafür, dass das zeitnah nochmal jemand auf ner Windowsschüssel probiert.