branch: next
example path: examples/cra-ts-kitchen-sink
after install npm dependency and execute npm run build-storybook
Which version of addon-docs is it trying to install?
Hi @Matrixbirds , I think the docs missing the path to the specific framework you is using. The dos point us to add this line:
module.exports = ['@storybook/addon-docs/preset']
but this line should be:
module.exports = ['@storybook/addon-docs/react/preset'] or
module.exports = ['@storybook/addon-docs/vue/preset'] etc
@p-moreira @Matrixbirds the version on next (5.3.0-beta.x) uses @storybook/addon-docs/preset. The old paths still work but are deprecated and will be removed in 6.0.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Most helpful comment
Hi @Matrixbirds , I think the docs missing the path to the specific framework you is using. The dos point us to add this line:
module.exports = ['@storybook/addon-docs/preset']but this line should be:
module.exports = ['@storybook/addon-docs/react/preset']ormodule.exports = ['@storybook/addon-docs/vue/preset']etc