Node.js und npm: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 14: | Zeile 14: | ||
</pre> | </pre> | ||
==== Windows | ==== Windows ==== | ||
Download: [https://nodejs.org/en/download/ https://nodejs.org/en/download/] | Download: [https://nodejs.org/en/download/ https://nodejs.org/en/download/] |
Aktuelle Version vom 16. Juli 2018, 12:14 Uhr
Allgemein
npm wird automatisch mit Node.js mit installiert.
Installation
Ubuntu
Auf https://github.com/nodesource/distributions#debinstall die aktuelle Version herausfinden und intallieren:
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y nodejs
Windows
Download: https://nodejs.org/en/download/
Link
Zurück zu JavaScript