Skip to content

Check for Updates

You will have to update your website sometimes. This is easy to do. First, run the command npm outdated. This will show you all the updates available.

 npm outdated

Running the command npm outdated to find packages with updates

To update run the command npm install with the name of the package followed by @latest. For example, to update Accessible Astro Components run the command:

 npm install accessible-astro-components@latest

Updating to the latest package