storybook icon indicating copy to clipboard operation
storybook copied to clipboard

Please upgrade Chokidar 2

Open thany opened this issue 2 years ago • 3 comments

Describe the bug image

Chokidar 2 should probably be updated. It doesn't look good to get this message while doing a clean install.

To Reproduce Do a clean install in (any?) project. Mine happens to be Vue 2.

System Please paste the results of npx sb@next info here.

Need to install the following packages:
  [email protected]
Ok to proceed? (y) n
npm ERR! canceled

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\<snip>\2022-09-01T09_23_43_652Z-debug-0.log

thany avatar Sep 01 '22 09:09 thany

Yes, this looks a lot like #18713 and #12393 . I think the devs say it's on track for the 7.0 release? But I have no idea when that's scheduled to be.

Cliabhach avatar Sep 01 '22 22:09 Cliabhach

Ohh, that'd be very nice. I'd love to know when 7.0 is scheduled for release as well. I haven't found anything like a roadmap yet, so the answer is likely "when it's ready" 😀 (at least for the time being)

thany avatar Sep 02 '22 10:09 thany

Duplicate of https://github.com/storybookjs/storybook/issues/17436 and/or the issues already mentioned. chokidar@2 is being brought in via webpack@4. The move to webpack@5 is a breaking change which is why it's not being included in Storybook 6.x.

AlanGreene avatar Sep 16 '22 11:09 AlanGreene