Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

[Bug] Errors when running on storybook 6 #41

Description

@SimeonC

Describe the bug

If I add this addon to my storybook v6, it throws an error and storybook doesn't start-up.

Steps to reproduce the behavior

  1. Setup Storybook v6
  2. Set the addons to addons: ['@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-console'],
  3. Run start-storybook
  4. Error

Expected behavior

Shouldn't error.

Screenshots and/or logs

ERR! Error: Accessing non-existent addons channel, see https://storybook.js.org/basics/faq/#why-is-there-no-addons-channel
ERR!     at AddonStore.getChannel (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/addons/dist/index.js:53:13)
ERR!     at Object.actionHandler [as log] (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/addon-actions/dist/preview/action.js:23:34)
ERR!     at console.logger.log (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/addon-console/dist/index.js:113:37)
ERR!     at outputStartupInformation (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/core/dist/server/build-dev.js:253:11)
ERR!     at buildDevStandalone (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/core/dist/server/build-dev.js:333:5)
ERR!     at processTicksAndRejections (node:internal/process/task_queues:94:5)

Environment

  • OS: OSX 11.2.2
  • Node.js version: 15.9.0
  • NPM version: 7.5.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions