NodeRED/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Frhenn (Diskussion | Beiträge) |
Frhenn (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
= Preparations = |
= Preparations = |
||
* If you |
* If you haven't installed Node.js yet download and install it here: https://nodejs.org/en/download/ |
||
* Use the command line to verify that Nodejs has been installed correctly. |
|||
* Check if Node.js has been correctly installed with the command line. |
|||
** To open the command line type "cmd" in the Windows search bar and press the enter key. |
** To open the command line type "cmd" in the Windows search bar and press the enter key. |
||
Zeile 16: | Zeile 16: | ||
*Also type "npm --version" in the command line |
*Also type "npm --version" in the command line. |
||
** Hint: npm usually comes with Node.js |
** Hint: npm usually comes with Node.js |
||
Version vom 27. Januar 2020, 09:40 Uhr
Preparations[Bearbeiten]
- If you haven't installed Node.js yet download and install it here: https://nodejs.org/en/download/
- 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.
- After you have opened the command line type "node --version" in.
- Also type "npm --version" in the command line.
- Hint: npm usually comes with Node.js
- Internet connection available?