Git Product home page Git Product logo

Comments (9)

JamesIves avatar JamesIves commented on June 10, 2024 2

Edit: Pruning the lock file did not work.

from storybook.

vanessayuenn avatar vanessayuenn commented on June 10, 2024

Did you upgrade with npx storybook@latest upgrade? From the log you shared, all the unfound exports are related to work recently shipped in 8.1. This makes me think that some of your dependencies didn't get upgraded properly for some reasons.

from storybook.

JamesIves avatar JamesIves commented on June 10, 2024

I did yeah, I get the same error. Tried the usual suspects, such as doing a full delete of node_modules, etc.

from storybook.

valentinpalkovic avatar valentinpalkovic commented on June 10, 2024

Hmm. That's strange. Can you prune your lock file or run yarn upgrade -S @storybook?

from storybook.

nwidynski avatar nwidynski commented on June 10, 2024

We encounter the same issue after upgrading to the newest version.
There appears to be a problem with all native addons. When we activate either @storybook/addon-interactions or @storybook/addon-essentials it stops building.

from storybook.

JamesIves avatar JamesIves commented on June 10, 2024

@valentinpalkovic @vanessayuenn Anything else you recommend here? Could this issue stem from the web-components package?

from storybook.

shilman avatar shilman commented on June 10, 2024

@JamesIves what happens when you npm ls @storybook/core-events? Or any of the other problematic packages? I'm wondering if there are multiple versions installed and it's getting the old one for some reason.

from storybook.

JamesIves avatar JamesIves commented on June 10, 2024

Output:

├─┬ @geometricpanda/[email protected]
│ ├─┬ @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ └── @storybook/[email protected] deduped
│ │ ├── @storybook/[email protected] deduped
│ │ └─┬ @storybook/[email protected]
│ │   └─┬ @storybook/[email protected]
│ │     └── @storybook/[email protected] deduped
│ ├── @storybook/[email protected]
│ ├─┬ @storybook/[email protected]
│ │ └── @storybook/[email protected] deduped
│ └─┬ @storybook/[email protected]
│   └── @storybook/[email protected] deduped
├─┬ @storybook/[email protected]
│ └── @storybook/[email protected]
├─┬ @storybook/[email protected]
│ └─┬ @storybook/[email protected]
│   ├─┬ @storybook/[email protected]
│   │ └── @storybook/[email protected] deduped
│   ├── @storybook/[email protected]
│   ├─┬ @storybook/[email protected]
│   │ ├─┬ @storybook/[email protected]
│   │ │ └── @storybook/[email protected] deduped
│   │ └── @storybook/[email protected] deduped
│   ├─┬ @storybook/[email protected]
│   │ └── @storybook/[email protected] deduped
│   └─┬ @storybook/[email protected]
│     └── @storybook/[email protected] deduped
├─┬ @storybook/[email protected]
│ ├─┬ @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ └── @storybook/[email protected] deduped
│ │ ├── @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ ├─┬ @storybook/[email protected]
│ │ │ │ └── @storybook/[email protected] deduped
│ │ │ └── @storybook/[email protected] deduped
│ │ └─┬ @storybook/[email protected]
│ │   └── @storybook/[email protected] deduped
│ ├─┬ @storybook/[email protected]
│ │ └─┬ @storybook/[email protected]
│ │   └─┬ @storybook/[email protected]
│ │     └─┬ @storybook/[email protected]
│ │       └── @storybook/[email protected]
│ └─┬ @storybook/[email protected]
│   └── @storybook/[email protected] deduped
├─┬ @storybook/[email protected]
│ ├─┬ @storybook/[email protected]
│ │ └── @storybook/[email protected]
│ ├─┬ @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ └── @storybook/[email protected] deduped
│ │ └── @storybook/[email protected] deduped
│ └─┬ @storybook/[email protected]
│   └── @storybook/[email protected] deduped
├─┬ @storybook/[email protected]
│ ├─┬ @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ └── @storybook/[email protected] deduped
│ │ ├─┬ @storybook/[email protected]
│ │ │ └── @storybook/[email protected] deduped
│ │ ├── @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ ├─┬ @storybook/[email protected]
│ │ │ │ └── @storybook/[email protected]
│ │ │ └─┬ @storybook/[email protected]
│ │ │   └─┬ @storybook/[email protected]
│ │ │     └── @storybook/[email protected] deduped
│ │ └─┬ @storybook/[email protected]
│ │   └── @storybook/[email protected] deduped
│ ├─┬ @storybook/[email protected]
│ │ └── @storybook/[email protected]
│ └─┬ @storybook/[email protected]
│   └─┬ @storybook/[email protected]
│     └── @storybook/[email protected] deduped
├─┬ @storybook/[email protected]
│ ├─┬ @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ └── @storybook/[email protected] deduped
│ │ └── @storybook/[email protected]
│ ├─┬ @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ └── @storybook/[email protected] deduped
│ │ └── @storybook/[email protected] deduped
│ └─┬ @storybook/[email protected]
│   └── @storybook/[email protected] deduped
└─┬ [email protected]
  ├─┬ @storybook/[email protected]
  │ ├── @storybook/[email protected] deduped
  │ └─┬ @storybook/[email protected]
  │   ├─┬ @storybook/[email protected]
  │   │ └── @storybook/[email protected] deduped
  │   └── @storybook/[email protected] deduped
  ├─┬ @storybook/[email protected]
  │ └── @storybook/[email protected] deduped
  ├── @storybook/[email protected]
  ├─┬ @storybook/[email protected]
  │ └── @storybook/[email protected] deduped
  ├─┬ @storybook/[email protected]
  │ └── @storybook/[email protected] deduped
  └─┬ [email protected]
    └─┬ @storybook/[email protected]
      ├─┬ @storybook/[email protected]
      │ └─┬ @storybook/[email protected]
      │   └─┬ @storybook/[email protected]
      │     └── @storybook/[email protected]
      ├─┬ @storybook/[email protected]
      │ └── @storybook/[email protected] deduped
      ├── @storybook/[email protected]
      ├─┬ @storybook/[email protected]
      │ ├─┬ @storybook/[email protected]
      │ │ └─┬ @storybook/[email protected]
      │ │   ├── @storybook/[email protected]
      │ │   └─┬ @storybook/[email protected]
      │ │     └─┬ @storybook/[email protected]
      │ │       └── @storybook/[email protected] deduped
      │ ├─┬ @storybook/[email protected]
      │ │ └── @storybook/[email protected] deduped
      │ ├─┬ @storybook/[email protected]
      │ │ └── @storybook/[email protected] deduped
      │ ├── @storybook/[email protected]
      │ ├─┬ @storybook/[email protected]
      │ │ └── @storybook/[email protected] deduped
      │ └─┬ @storybook/[email protected]
      │   └── @storybook/[email protected] deduped
      ├─┬ @storybook/[email protected]
      │ └─┬ @storybook/[email protected]
      │   └─┬ @storybook/[email protected]
      │     └── @storybook/[email protected]
      ├─┬ @storybook/[email protected]
      │ └─┬ @storybook/[email protected]
      │   ├── @storybook/[email protected]
      │   └─┬ @storybook/[email protected]
      │     └─┬ @storybook/[email protected]
      │       └── @storybook/[email protected] deduped
      └─┬ @storybook/[email protected]
        └─┬ @storybook/[email protected]
          └── @storybook/[email protected] deduped

from storybook.

valentinpalkovic avatar valentinpalkovic commented on June 10, 2024

It seems that geometricpanda/storybook-addon-badges is using Storybook 7 dependencies. Please file an issue in the authors repo to update the addon.

If you are using yarn >= v2 as a package manager, you could run yarn up @storybook/* -R to update all transitive Storybook packages to the latest version. Otherwise, please try to remove all Storybook dependencies, run an install. Then re-add them and run an install again (also skip the badges add-on for now to see whether it is the culprit)

from storybook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.