#Astro 3 Update With Dependency Conflicts

3 messages · Page 1 of 1 (latest)

iron heath
#

Hi, I need some help to execute the Astro 3 update.

I followed the update guide and executed:

npm install astro@latest

Now I' running in some NPM depenedency conflics withing my Astro project, plese see attached image for the output I got.

Do you have any ideas of how to solve solve conflics and to move on with the update?

Thanks for your help

runic mantle
#

@astrojs/image is not compatible with Astro 3.0

iron heath
#

Thanks for your quick response.

Yes I know that @astrojs/image is no longer supported. I followed the steps from the update guide to remove it from my astro.config.mjs (screenshot).

Is there any further step needed to actually remove it?