NodeRED/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 32: Zeile 32:




*Enter "mkdir .node-red" to create a directory called ".node-red"
*Enter "npm install -g --unsafe-perm node-red" and press the enter key


[[Bild: install node-red command.png|400px]]

[[Bild: make node-red directory.png|400px]]


*Navigate to this directory with "cd .node-red"


[[Bild: navigate to node-red directory.png|400px]]

Version vom 27. Januar 2020, 10:00 Uhr

Preparations[Bearbeiten]

  • Use the command line to verify that Nodejs has been installed correctly.
    • To open the command line type "cmd" in the Windows search bar and press the enter key.


Command line.png Opened command line.png


  • After you have opened the command line type "node --version" in.


Check node version.png


  • Also type "npm --version" in the command line.
    • Hint: npm usually comes with Node.js


Check npm version.png


  • Internet connection available?

Installing Node-RED[Bearbeiten]

  • Open command line


Opened command line.png


  • Enter "npm install -g --unsafe-perm node-red" and press the enter key

Install node-red command.png



Copyright © 2014-2024 eXept Software AG