Upgrade guidance/step-by-step instructions? #3583
-
Is there any guidance or step-by-step instructions on how to upgrade the Cloudscape packages? There are a couple of reasons why I ask:
which seems to suggest that I've messed up the package installation somehow, but I'm struggling to see what I'm doing wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey @pcolmer |
Beta Was this translation helpful? Give feedback.
-
Did you also try to remove the node_module and package-lock to rebuild? It could be an older version of component-toolkit does not get updated. |
Beta Was this translation helpful? Give feedback.
Hello,
our components do not maintain a cross-package stable API between them. All these packages have to be upgraded same time to their latest versions.
The easiest way to do that is via
npm update @cloudscape-design/components
command. It catches up transitive dependencies too