Node.js and NPM Commands

Aus MattWiki
Version vom 20. Januar 2024, 15:34 Uhr von 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“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

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