They both use CJS to load query-string, but with pnpm, it ends up installing query-string v9.x (which is ESM-only), causing issues. I temporarily solved it by overriding the version to v7.1.3 (which is still CJS-compatible) and installing it with pnpm, and that worked. Still, I felt that version resolution was quite a hassleā¦