Node.js and NPM Commands: Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) (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“) |
Matt (Diskussion | Beiträge) 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, 15: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