New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/51909#issuecomment-2625674151 Comment: > I had a look at vscodium and it does not have any patches that would address our current issue if we still want to build with a local electron from sources. Yeah, I tried building it locally and a bunch of third party modules including but not limited to mkdirp are not present in `/usr/lib/code-oss/resources/app/node_modules`. You can compare it with the archlinux package that includes them Maybe it is because of removing `npm ls --all`? Edit: I can confirm that is the issue https://gist.github.com/oreo639/a2b2bb660cbaac71d30e65709de7d4c3 (although it is crashing when you click the top bar)