Replies: 1 comment
-
cc @pieh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Trying to upgrade
ink
in the gatsby repo. I have rungatsby-dev --packages gatsby-cli
and that is pulling across my local gatsby repo fine and any changes are synced correctly. However any packages that are upgraded are not being reflected correctly.gatsby-dev
seems to understand these have changed: "'ink' changed version from ^2.7.1 to ^3.0.4". But theink
package in node_modules isn't updated and is still left at an older version.What am I doing wrong here?
Relevant information
Beta Was this translation helpful? Give feedback.
All reactions