Post/Code

HomeAboutUsesNow

Update npm, Semver notes and Gatsby.

  • npm i -g npm | To update npm
  • Major.Minor.Patch.
  • Breaking changes. Features backwards compatible. Bug fixes backwards compatible.
  • ~ Major, minor is fixed. Any patch
  • ^ Major is fixed. Any minor or patch
  • * Any major, minor or patch
  • Gatsby Tutorials | Link