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
Hi,
I've got a strange client (browser) side issue while trying out @jycouet'firstly' lib.
The code-red module is complaining about a missing import/export from @jridgewell/sourcemap-codec:
SyntaxError: The requested module '/node_modules/.pnpm/@[email protected]/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js?v=1d7d69f3' does not provide an export named 'encode' (at index.js:3:10)
but it is definitely there:
I don't think it's a problem with code-red but with some issue of the pnpm-vite-svelte build process of the lib or how the package install is handled on my site, but I'd like to have a clue about whats going on.
Is there any idea?
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
I've got a strange client (browser) side issue while trying out @jycouet 'firstly' lib.
The code-red module is complaining about a missing import/export from @jridgewell/sourcemap-codec:
but it is definitely there:
I don't think it's a problem with
code-red
but with some issue of the pnpm-vite-svelte build process of the lib or how the package install is handled on my site, but I'd like to have a clue about whats going on.Is there any idea?
Cheers
The text was updated successfully, but these errors were encountered: