Cordova Installation unter Linux

8

Kann jemand Cordova auf Ubuntu / xUbuntu installieren?

Meine Versuche, npm install cordova wie vom Link und anderen Quellen angewiesen auszuführen, funktionieren nicht.

Ich bekomme die folgende lange Fehlermeldung:

%Vor%     
sisko 18.01.2014, 18:14
quelle

4 Antworten

0

Ich denke, Sie suchen PhoneGap , ein Tool, das auf Cordova basiert. Um PhoneGap zu installieren, müssen Sie Knoten installieren, dann sudo npm install -g phonegap .

Wenn Sie nur Cordova benötigen, können Sie die Zip-Datei hier herunterladen.

    
Anthony Elliott 18.01.2014, 23:24
quelle
53

Sie müssen die NPM-Registrierung festlegen

%Vor%     
steinar 14.02.2014 21:16
quelle
0

sehen Sie die Dokumentation :

%Vor%     
QuickFix 18.01.2014 23:25
quelle
0

Befolgen Sie die folgenden Befehle zur Installation von cordova auf ubuntu:
1. $ sudo apt-get install npm
2. $ sudo npm Installationsknoten
3. $ sudo npm install -g cordova
4. $ Cordova

Wenn kein Befehl gefunden wird, dann benutze alternativ:
1. $ sudo apt-get Knoten entfernen
2. $ sudo apt-get installieren python-software-properties python g ++ machen
3. $ sudo hinzufügen-apt-repository ppa: chris-lea / node.js
4. $ sudo apt-get Aktualisierung
5. $ sudo apt-get installiere nodejs
6. $ sudo npm install -g cordova
7. $ ln -s / usr / bin / Knotenjs / usr / bin / Knoten

    
Er Amit Gaikwad Patil 23.06.2016 07:43
quelle