whitespace-se / storybook-addon-html

A Storybook addon that extracts and displays compiled syntax-highlighted HTML
Other
95 stars 43 forks source link

Storybook Hooks Issue - @storybook/api and @storybook/components #101

Closed dannyk3941 closed 1 year ago

dannyk3941 commented 1 year ago

I kinda hijacked an issue from another person that had posted a Vue related issue. After @jeanfredrik merged #100 it looks like these errors have been fixed:

9:43:38 AM [vite] error while updating dependencies:
Error: Build failed with 4 errors:
../../node_modules/@whitespace/storybook-addon-html/dist/esm/Panel.js:14:56: ERROR: Could not resolve "@storybook/api"
../../node_modules/@whitespace/storybook-addon-html/dist/esm/Panel.js:15:27: ERROR: Could not resolve "@storybook/components"
../../node_modules/@whitespace/storybook-addon-html/dist/esm/components/SyntaxHighlighter.js:18:23: ERROR: Could not resolve "@storybook/theming"
../../node_modules/@whitespace/storybook-addon-html/dist/esm/components/SyntaxHighlighter.js:19:38: ERROR: Could not resolve "@storybook/components"

Thank you @jeanfredrik 👍