storybookjs/vue-cli-plugin-storybook

Do not automatically install addons

bodograumann opened this issue · 0 comments

I just tried to install storybook v6.0.0-rc.3 and it failed, because the notes addon is deprecated in the latest version:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @storybook/addon-notes@^6.0.0-rc.3.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

I think we should not automatically install any addons.
Instead we could show a selection of available addons for the user to choose.
As a bonus, only show those addons, that are valid for the selected storybook version.