Juanjo
Juanjo
Yup, still reproducible; Bun v1.1.17 ([`bb66bba`]()) on windows x86_64 [InstallCommand] **panic**: Internal assertion failure - [`debug.zig:443`](): `panicExtra` - [`bun.zig:3252`](): `assertionFailure` - [`lockfile.zig:1438`](): `shouldPrintPackageInstall` - [`lockfile.zig:1359`](): `printInstalledWorkspaceSection` - [`lockfile.zig:1644`](): `print` -...
I should also mention that after that crash, running the command again works fine, and that i'm pretty sure it's also reproducible on mac M1
Hi @scadra I think i'm using the Store Version, although I installed it with an .exe installer. The installer version is 22408.0807.01.0. Im not entirely sure on the API version....
Right, the .exe was downloaded from the MS store (https://apps.microsoft.com/detail/9pfxs2wvkvpb) I'm using Client 1.3.1 I'm not using a virtual machine, although WSL is currently installed
Uncaught TypeError: Cannot read properties of undefined (reading 'groups_users') at AllowIfGroupManagerInOneGroupFunction.execute (allowIfGroupManagerInOneGroupFunction.js:24:17) at CanUse.getByRbacOrDefault (canUseService.js:55:34) at CanUse.canRoleUseUiAction (canUseService.js:30:19) at RbacContextProvider.canIUseUiAction (RbacContext.js:51:19) at DisplayMainMenu.render (DisplayMainMenu.js:81:58) at finishClassComponent (react-dom.development.js:17485:1) at updateClassComponent (react-dom.development.js:17435:1)...
Confirmed working, thank you very much!
The issue doesn't seem to be completely limited to bun, with weird behaviors when using npm or tsx ### Npm with bun runtime ```shell PS C:\Users\Juanjo\Documents\git\test\issue> npm start > start...