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 = |
||
* Check if you have installed |
* Check if you have installed nodeJS 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 15: | Zeile 15: | ||
*Also type "npm --version" in the command line to check if you have installed npm |
*Also type "npm --version" in the command line to check if you have installed npm |
||
** Hint: npm usually comes with |
** Hint: npm usually comes with nodeJS |
||
[[Datei:check npm version.png|400px]] |
|||
Version vom 27. Januar 2020, 09:06 Uhr
Preparations[Bearbeiten]
- Check if you have installed nodeJS with the command line.
- 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 to check if you have installed npm
- Hint: npm usually comes with nodeJS
- If you have not installed NodeJS download it here: https://nodejs.org/en/download/
- Internet connection available?