Skip to content

Update your Site

Keep your LightNet site up to date by following these steps:

  1. Check your dependencies by running
    Terminal window
    npm outdated
  2. Read the release notes on GitHub
  3. Update your dependencies by running
    Terminal window
    npm update
    This will update your dependencies to the latest version according to the version specifiers inside package.json.
  4. If there are any breaking changes, you will need to update your code to match the new API. Also update the dependencies to the latest version inside package.json. When you are done, run npm install to install the new dependencies.