Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 403 Bytes

angular_npm.md

File metadata and controls

6 lines (6 loc) · 403 Bytes

update packages

  • run brew update; brew upgrade
  • run npm outdated to see what needs update
  • in Intellij, inside package.json click on the version number to get the "update" link
  • or run npm update --save
  • or change the version number directly and use this syntax