Following the instructions in the README, I can clone and bun install all good. But when I run the bun dev I get an app popping up the "Loading CellDL Editor" spinner never ends. The main menu items all can be used (New, Open, etc.) but they all end with the same never ending "Loading.." spinner.
On the terminal, I do have this message:
The file does not exist at "C:/Users/dnic019/development/CellDLEditor/src/renderer/node_modules/.vite/deps/pyodide.web.asm.js" which is in the optimize deps directory. The dependency might be incompatible with the dep optimizer. Try adding it to `optimizeDeps.exclude`.
which I'm guessing is the source of the problem?
(Using PowerShell 7.6.0 on Windows 11 with bun 1.3.12)
Following the instructions in the README, I can clone and
bun installall good. But when I run thebun devI get an app popping up the "Loading CellDL Editor" spinner never ends. The main menu items all can be used (New, Open, etc.) but they all end with the same never ending "Loading.." spinner.On the terminal, I do have this message:
which I'm guessing is the source of the problem?
(Using PowerShell 7.6.0 on Windows 11 with bun 1.3.12)