Node.js und npm

Aus Tutorials
Zur Navigation springen Zur Suche springen

Allgemein

npm wird automatisch mit Node.js mit installiert.

Versionen

Kompatibilität

https://angular.dev/reference/versions

NVM (Node Version Manager)

Ubuntu

https://github.com/nvm-sh/nvm?tab=readme-ov-file

Windows

https://github.com/coreybutler/nvm-windows

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

https://nodejs.org/en/

https://www.npmjs.com/


Zurück zu JavaScript