Difference between revisions of "Setup:Installation Manual/Services and system configuration/Node.js"

[unchecked revision][unchecked revision]
(Created page with "{{DISPLAYTITLE:Installation von Node.js}} __TOC__ ==Systemvoraussetzung== Die Installation von Node.js unter Windows kann über Setup:Installationsanleitung/Dienste/Git|Git...")
 

SystemvoraussetzungSystem requirements[edit | edit source]

Die Installation von Node.js unter Windows kann über Git erfolgen. Alternativ kann das Installationspaket für direkt von der NodeJS bezogen werden.
Bei der Installation ist darauf zu achten, auch den Node Packet Manager NPM zu installieren.

Unter Debian/Ubuntu lässt sich Nodejs und NPM wie folgt installierten:

apt install npm
npm -g install npm@latest

Download von Node.js für Windows[edit | edit source]

Downloaden Sie das aktuelle Paket von Node.js von der Projektwebseite. Bitte nutzen Sie nach Möglichkeit die 64bit-Version.

Installation von Node.js[edit | edit source]

Installieren Sie Node.js mit den Standardvorgaben des Installers in den Ordner \bluespice\bin\nodejs. Achten Sie bei dieser Ordnerauswahl unbedingt auf unsere Hinweise auf der Seite Ordnerstruktur unter Windows, die wir in diesem kompletten Installationshandbuch so anwenden.

Öffnen Sie eine Konsole mit Administratorberechtigungen und wechseln Sie dort in das Installationsverzeichnis von NodeJS (im Regelfall C:\Program Files (x86)\nodejs). Führen Sie dort die folgenden Befehle aus:

npm install --global --production windows-build-tools
npm -g install npm@latest
{{DISPLAYTITLE:Installation vonof Node.js}}
        
        __TOC__
        
        
        
        ==SystemvoraussetzungSystem requirements==
        
        Die Installation von Node.js unter Windows kann über [[Setup:Installationsanleitung/Dienste/Git|Git]] erfolgen. Alternativ kann das Installationspaket für direkt von der [https://nodejs.org NodeJS] bezogen werden.<br>
        
        Bei der Installation ist darauf zu achten, auch den Node Packet Manager NPM zu installieren.
        
        
        
        Unter Debian/Ubuntu lässt sich Nodejs und NPM wie folgt installierten:
        
         apt install npm
        
         npm -g install npm@latest
        
        
        
        ==Download von Node.js für Windows==
        
        Downloaden Sie das aktuelle Paket von Node.js von der [https://nodejs.org/en/download/ Projektwebseite]. Bitte nutzen Sie nach Möglichkeit die 64bit-Version.
        
        
        
        ==Installation von Node.js==
        
        Installieren Sie Node.js mit den Standardvorgaben des Installers in den Ordner '''\bluespice\bin\nodejs'''. Achten Sie bei dieser Ordnerauswahl unbedingt auf unsere Hinweise auf der Seite [[Setup:Installationsanleitung/Kompendium/Ordnerstruktur_unter_Windows|Ordnerstruktur unter Windows]], die wir in diesem kompletten Installationshandbuch so anwenden.
        
        
        
        Öffnen Sie eine Konsole mit Administratorberechtigungen und wechseln Sie dort in das Installationsverzeichnis von NodeJS (im Regelfall C:\Program Files (x86)\nodejs).
        
        Führen Sie dort die folgenden Befehle aus:
        
         npm install --global --production windows-build-tools
        
         npm -g install npm@latest
Line 1: Line 1:
{{DISPLAYTITLE:Installation von Node.js}}
+
{{DISPLAYTITLE:Installation of Node.js}}
 
__TOC__
 
__TOC__
  
==Systemvoraussetzung==
+
==System requirements==
 
Die Installation von Node.js unter Windows kann über [[Setup:Installationsanleitung/Dienste/Git|Git]] erfolgen. Alternativ kann das Installationspaket für direkt von der [https://nodejs.org NodeJS] bezogen werden.<br>
 
Die Installation von Node.js unter Windows kann über [[Setup:Installationsanleitung/Dienste/Git|Git]] erfolgen. Alternativ kann das Installationspaket für direkt von der [https://nodejs.org NodeJS] bezogen werden.<br>
 
Bei der Installation ist darauf zu achten, auch den Node Packet Manager NPM zu installieren.
 
Bei der Installation ist darauf zu achten, auch den Node Packet Manager NPM zu installieren.

Attachments

Discussions