Skip to content

Instantly share code, notes, and snippets.

@collinstevens
Created March 8, 2024 07:06
Show Gist options
  • Save collinstevens/a41ac7d30a59eb906374b7e0a5967b67 to your computer and use it in GitHub Desktop.
Save collinstevens/a41ac7d30a59eb906374b7e0a5967b67 to your computer and use it in GitHub Desktop.
pnpm_config.ps1
# side-effects-cache breaks symlinks on subsequent `pnpm install` even after https://github.com/pnpm/pnpm/pull/7705
pnpm config set side-effects-cache false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment