Replies: 1 comment
-
Hi, are you still encountering this error? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a Svelte application. The issue I'm having is when I'm trying to integrate the Carbon Web Components module, not the Carbon Components Svelte.
I installed the module using
npm install --save @carbon/web-components
— and generated the SvelteKit application using the default method (npm create svelte@latest my-app
).However, I'm encountering the following error when I try to import any component:
I understand the nature of the error, but I'm almost sure I have everything configured correctly on my end. This is how I'm using/importing the components:
What else do I need to configure in the application to use ES modules with Carbon Design System components? Any help or pointers would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions