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

[unchecked revision][unchecked revision]

System requirements[edit | edit source]

Die Installation von The installation of 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 installiertenunder Windows can be done via Git. Alternatively, the installation package can be obtained directly from NodeJS.
During the installation you have to make sure to install the Node Packet Manager NPM as well.

Under Debian/Ubuntu Nodejs and NPM can be installed as follows:

apt install npm
npm -g install npm@latest

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

Downloaden Sie das aktuelle Paket von Download the current package of Node.js von der Projektwebseite. Bitte nutzen Sie nach Möglichkeit die 64bit-Versionfrom the Project website. Please use the 64bit version if possible.

Installation von of Node.js[edit | edit source]

Installieren Sie Install Node.js mit den Standardvorgaben des Installers in den Ordner into the \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 folder using the default settings of the installer. When selecting this folder, be sure to pay attention to our instructions on the Folder Structure under Windows page, which we apply in this complete installation manual.

Open a console with administrator rights and change to the installation directory of NodeJS (usually C:\Program Files (x86)\nodejs). Führen Sie dort die folgenden Befehle ausExecute the following commands there:

npm install --global --production windows-build-tools
npm -g install npm@latest

Attachments

Discussions