Hi, I haven't been able to get the file manager component working, either when installing from npm, or building from source.
pulling latest source from github and running yarn build
I get this error:
similar issues with tests, etc...
error during build:
Error: [commonjs--resolver] Failed to resolve entry for package "wx-filemanager-store". The package may have incorrect main/module/exports specified in its package.json.
In another project when I try to install via pnpm
I get issues related to
🔴 ERROR | Failed to resolve 'wx-svelte-core' from './tabs/files.svelte'
🔴 ERROR | Cannot load file './index' from module 'wx-svelte-core'
🔴 ERROR | Failed to resolve 'wx-svelte-filemanager' from './tabs/files.svelte'
🔴 ERROR | Cannot load file './index' from module 'wx-svelte-filemanager'
not sure what the issue is?