web-sdks icon indicating copy to clipboard operation
web-sdks copied to clipboard

[Bug]: [vite:resolve] Missing "./dist-esm/lib/core/capture.mjs.js" export in "@tldraw/state" package

Open sicoware opened this issue 3 months ago • 0 comments

What happened?

npm run build fails with vite

To reproduce: npm init quasar npm install @100mslive/roomkit-web

add sample code as from https://github.com/100mslive/web-sdks/tree/main/packages/roomkit-web in src/pages/IndexPage.vue

`

`

Running: npm run dev all works fine but using npm run build I get:

 Build mode............. spa
 Pkg quasar............. v2.16.4
 Pkg @quasar/app-vite... v1.9.3
 Pkg vite............... v2.9.18
 Debugging.............. no
 Publishing............. no

 App •  WAIT  • Compiling of SPA UI with Vite in progress...
Module level directives cause errors when bundled, 'use client' was ignored.
[vite:resolve] Missing "./dist-esm/lib/core/capture.mjs.js" export in "@tldraw/state" package
Error: Missing "./dist-esm/lib/core/capture.mjs.js" export in "@tldraw/state" package
    at bail (/Users/sico/Documents/test-100ms/quasar-project/node_modules/vite/dist/node/chunks/dep-0a035c79.js:38597:8)
    at resolve (/Users/sico/Documents/test-100ms/quasar-project/node_modules/vite/dist/node/chunks/dep-0a035c79.js:38674:10)
    at resolveExports (/Users/sico/Documents/test-100ms/quasar-project/node_modules/vite/dist/node/chunks/dep-0a035c79.js:40982:12)
    at resolveDeepImport (/Users/sico/Documents/test-100ms/quasar-project/node_modules/vite/dist/node/chunks/dep-0a035c79.js:41000:31)
    at tryNodeResolve (/Users/sico/Documents/test-100ms/quasar-project/node_modules/vite/dist/node/chunks/dep-0a035c79.js:40773:20)
    at Object.resolveId (/Users/sico/Documents/test-100ms/quasar-project/node_modules/vite/dist/node/chunks/dep-0a035c79.js:40528:32)
    at /Users/sico/Documents/test-100ms/quasar-project/node_modules/rollup/dist/shared/rollup.js:22826:37 {
  code: 'PLUGIN_ERROR',
  plugin: 'vite:resolve',
  hook: 'resolveId',

How can we reproduce the bug?

No response

What browsers are you seeing the problem on?

No response

sicoware avatar May 23 '24 18:05 sicoware