Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image component "./image.types" not found #88

Closed
a2937 opened this issue Apr 18, 2024 · 1 comment · Fixed by #89
Closed

Image component "./image.types" not found #88

a2937 opened this issue Apr 18, 2024 · 1 comment · Fixed by #89

Comments

@a2937
Copy link
Member

a2937 commented Apr 18, 2024

Describe the bug
I can't actually build the component library. Whenever I try to, I get an error message stating

src/image/image.tsx: (2:28)

To Reproduce
Steps to reproduce the behavior:

  1. Download the application
  2. Run the start command pnpm run develop
  3. Look at the console
  4. See error

Expected behavior
I should be able to run this application without any issues.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Firefox
  • Version: 125.0.1

Additional context
I'll be happy to send in a quick PR to fix this.

@a2937
Copy link
Member Author

a2937 commented Apr 18, 2024

Slight update: I'm also getting these errors for some reason.

Error: Build failed with 9 errors:
node_modules/.pnpm/@[email protected]/node_modules/@storybook/addon-a11y/dist/manager.js:9:26: ERROR: Could not resolve "@storybook/addon-highlight"
node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@storybook/addon-essentials/dist/actions/manager.js:1:14: ERROR: Could not resolve "@storybook/addon-actions/manager"
node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@storybook/addon-essentials/dist/backgrounds/manager.js:1:14: ERROR: Could not resolve "@storybook/addon-backgrounds/manager"
node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@storybook/addon-essentials/dist/controls/manager.js:1:14: ERROR: Could not resolve "@storybook/addon-controls/manager"
node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@storybook/addon-essentials/dist/measure/manager.js:1:14: ERROR: Could not resolve "@storybook/addon-measure/manager"

This was referenced Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant