#astro update

3 messages · Page 1 of 1 (latest)

last garnetBOT
#

Hi @brittle fern. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

To update your Astro project to the latest version, you can use your package manager. Here are the commands for different package managers:

For npm:

npm install astro@latest

For pnpm:

pnpm install astro@latest

For Yarn:

yarn add astro@latest

Make sure to also update any Astro integrations you're using to their latest versions.

Sources:


Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

Astro Documentation

Archived guide documenting changes between pre-v1 versions of Astro

Astro Documentation

How to upgrade your project to the latest version of Astro.

#

@brittle fern kapa.ai is still learning and improving, please let us how it did by reacting below