View on GitHub

Matt's homepage

Bookmark this to keep an eye on new things I am learning.

NPM

Commands and packackes.

Return Home

Commands

The package.json file is updated with dependancies for installed packages, and their versions

You can add ^ and ~ before numbers to enforce update policies

  • ^ Allows minor and patch updates
  • ~ Allows only patch updates

^ back to top ^

Useful NPM Packages

^ back to top ^