-
hey guys , i need to upgrade my hydrogen package.json . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! It seems that you are using a very old version of Hydrogen that was part of the developer preview (pre 1.0.0). There have been many changes since then and, unfortunately, there's no simple way to "click and update" everything in your project. However, there are a few options:
Also, make sure you are not using the |
Beta Was this translation helpful? Give feedback.
Hi! It seems that you are using a very old version of Hydrogen that was part of the developer preview (pre 1.0.0). There have been many changes since then and, unfortunately, there's no simple way to "click and update" everything in your project. However, there are a few options:
Check the release notes and apply all the migration steps from the Hydrogen version you have in your project to the latest.
Since your version is quite old, it might be simpler to start a new project using either the
demo-store
or thehello-world
templates, and start passing components from your current project to the new one.Also, make sure you are not using the
unstable
version of the Storefront API (che…