Aktionen
Aufgabe #932
offenBeheben vom Problem zur fehlerhaften Installation von Volto für Plone 6
Status:
In Bearbeitung
Priorität:
Normal
Zugewiesen an:
Kategorie:
Testen einer Anwendung
Beginn:
12.11.2021
Abgabedatum:
% erledigt:
50%
Geschätzter Aufwand:
Beschreibung
Aktueller Installationsschritt:npm init yo @plone/volto
Benötigte Links:
Plone6 Download & Installation Guide: https://plone.org/download/releases/6.0.0a1
Node Version Manager: https://github.com/nvm-sh/nvm#installing-and-updating
Auf der Testinstanz von Plone 6 läuft:
- NodeJs 16.13.0
- npm 8.1.3
Issue:
Beim Aufruf des Befehls npm init yo @plone/volto
nach Installationsanleitung wird einen Fehler projiziert.
Während des Ausführens wird in der log-Datei ein Fehler angegeben. Bin mir aktuell nicht sicher, ob es ein Versionsproblem ist oder etwas anders. Allerdings ist beim Plone 6 guide nichts hinterlegt, welche Version benötigt wird.
28 timing arborist:ctor Completed in 0ms 29 timing arborist:ctor Completed in 0ms 30 timing arborist:ctor Completed in 0ms 31 timing command:init Completed in 47948ms 32 verbose stack Error: command failed 32 verbose stack at ChildProcess.<anonymous> (/root/.nvm/versions/node/v16.> 32 verbose stack at ChildProcess.emit (node:events:390:28) 32 verbose stack at maybeClose (node:internal/child_process:1064:16) 32 verbose stack at Process.ChildProcess._handle.onexit (node:internal/chil> 33 verbose cwd /root 34 verbose Linux 5.11.22-5-pve 35 verbose argv "/root/.nvm/versions/node/v16.13.0/bin/node" "/root/.nvm/versio> 36 verbose node v16.13.0 37 verbose npm v8.1.3 38 error code 1 39 error path /root 40 error command failed 41 error command sh -c create-yo "@plone/volto" 42 verbose exit 1
Aktionen