Node.js and NPM Commands: Unterschied zwischen den Versionen

Aus MattWiki
(Die Seite wurde neu angelegt: „List of helpful commands for Node.js and NPM (Node Package Manager) npm ls # Show packages on which app depends and their install status npm ls --global # Show globally installed packages Kategorie:JavaScript“)
 
Keine Bearbeitungszusammenfassung
 
Zeile 4: Zeile 4:
  npm ls --global              # Show globally installed packages
  npm ls --global              # Show globally installed packages
[[Kategorie:JavaScript]]
[[Kategorie:JavaScript]]
[[Kategorie:Terminal]]

Aktuelle Version vom 20. Januar 2024, 16:06 Uhr

List of helpful commands for Node.js and NPM (Node Package Manager)

npm ls                       # Show packages on which app depends and their install status
npm ls --global              # Show globally installed packages