question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to load from fresh installation

See original GitHub issue

Here is the package.json image The error image image I started the project using this and choosing the react option.

npm init @vitejs/app vite-react-app --template react && cd vite-react-app
npm install # or yarn
npx sb@next init --builder storybook-builder-vite && npm run storybook

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:24 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
scott-lccommented, Nov 24, 2021

@olemarius

The pertinent section of my package.json is:

{
  // ...
  "devDependencies": {
    "@storybook/addon-a11y": "6.4.0-rc.6",
    "@storybook/addon-docs": "6.4.0-rc.6",
    "@storybook/addon-essentials": "6.4.0-rc.6",
    "@storybook/addon-links": "6.4.0-rc.6",
    "@storybook/react": "6.4.0-rc.6",
    "@vitejs/plugin-react": "^1.1.0",
    "storybook-builder-vite": "^0.1.9",
    "typescript": "^4.4.4",
    "vite": "^2.6.14"
  },
  "resolutions": {
    "@storybook/csf-tools": "6.4.0-rc.6",
    "@storybook/source-loader": "6.4.0-rc.6",
    "@storybook/core-events": "6.4.0-rc.6"
  }
}
1reaction
olemariuscommented, Nov 24, 2021

I’ve tried both

  1. delete package-lock and node_modules
  2. npm install
  3. npx npm-force-resolutions
  4. npm install
  5. run storybook

and

  1. delete package-lock and node_modules
  2. npm install
  3. npx npm-force-resolutions
  4. run storybook

The IGNORED_EXCEPTION doesnt go away.

running npm-why ( https://github.com/amio/npm-why ) shows that all is the same version.

@shilman Also tried rc-7 now, can confirm it doesnt work either.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 10 installation fails: Unable to load driver
Windows 10 installation fails: Unable to load driver ; 1.) Move all USB devices to USB 2.0 ports. ; 2.) Install from a...
Read more >
[SOLVED] Windows 10 Could Not Complete the Installation + ...
Fix 4. Run the Installation in Clean Boot · Open Run dialog. · Type msconfig in the box and click OK to continue....
Read more >
[SOLVED] Windows 10 Installation Has Failed - Driver Easy
Fix 5: Perform a clean boot installation · Press the Windows key, type msconfig in the search bar, and click System Configuration. ·...
Read more >
Unable to Install Apps or Software on Windows? Here's What ...
To do this, head to Settings > Apps > Apps & features. At the top, you'll see a Choose where to get apps...
Read more >
Why Won't Windows 10 Install From a USB? Causes and Fixes
Not being able to run the installation of Windows from USB is usually caused by BIOS or other hardware adjustments.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found