79693627

Date: 2025-07-08 03:41:56
Score: 2
Natty:
Report link

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…

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yuta