Storybook: Failed to load preset @storybook/addon-docs/preset

Created on 30 Nov 2019  路  5Comments  路  Source: storybookjs/storybook

branch: next
example path: examples/cra-ts-kitchen-sink

after install npm dependency and execute npm run build-storybook

docs question / support

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'] or
module.exports = ['@storybook/addon-docs/vue/preset'] etc

All 5 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dnlsandiego picture dnlsandiego  路  3Comments

xogeny picture xogeny  路  3Comments

alexanbj picture alexanbj  路  3Comments

rpersaud picture rpersaud  路  3Comments

sakulstra picture sakulstra  路  3Comments