storybook
storybook copied to clipboard
Please upgrade Chokidar 2
Describe the bug
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
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.
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)
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.