Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 281 Bytes

nodejs.md

File metadata and controls

7 lines (6 loc) · 281 Bytes

Node.js

NPM

List of useful commands

  • npm i --save-dev @types/<package>: installs the types for the package
  • npm ll <package>: displays the dependency tree for the package (with extended information)
  • npm ls <package>: displays the dependency tree for the package