[Resolved in 0.12.1] Can't index codebase using yarn berry with PNPM nodemodule linker

Hey,
I wasn’t able to get my codebase indexed and figured out it was caused by using yarn berry with PNPM nodemodule linker. There would be a CPU process going nuts (700% and up), as soon as I remove the node_modules/.store folder the sync works fine and the process cpu % is dropped to 5%. I think it potentially has to do with with the fact that it’s a symlinked folder and they aren’t ignored?

Hi! Apologies about this. Could you version 0.12.1 that was just released? Would love to know if that fixes it for you.

Fixes it thanks!

1 Like