You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can npm installation can be used in sveltekit?
Tried different ways, but nothing's working for me.
Any reference would've been helpful & much appreciated.
The text was updated successfully, but these errors were encountered:
Svelte doesn't support require so you have to use import instead, and since import creates a promise you need to use await on the import before initialising inside the DOM.
How can npm installation can be used in sveltekit?
Tried different ways, but nothing's working for me.
Any reference would've been helpful & much appreciated.
The text was updated successfully, but these errors were encountered: