-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade to Storybook 6.5 #594
base: next
Are you sure you want to change the base?
Conversation
82c8344 to
1c65ac6
Compare
(Yes, `npm dedupe` seems to have increased the number of package-lock.json lines.) Reduces test failures, but doesn’t eliminate them entirely.
|
Huh, it now works under Node 16 (including in CI), but not under Node 14 (e.g. in Fresh). That seems unfortunate. (Originally, we required Node 16 to have npm >6, so Fresh with Node 14 but npm 7 should’ve been fine.) |
In the previous merge, the npm-merge-driver somehow reverted the version to 1; resolved by checking out the previous lockfile and then running `npm install` again, letting npm sort out everything.
|
Merged in the latest changes (especially #598); now it seems to work under Node 14 again. |
|
I don’t understand the CI error – |
Mh, it says
and
I had this error earlier too, and it went away when updating the dependencies in the Also, I think I was only really able to reproduce the error when manually deleting the |
|
Wait. |
|
Though it might be worth to run an |
|
Hm, I sometimes get errors like this when messing with the packages: So far, my solution to that was to |
(Changes generated by npm-merge-driver.)
No description provided.