Danny Freeman
Results
51
comments of
Danny Freeman
trafficstars
A workaround is to invoke pnpm through a wrapper script. This is what I'm doing ```js #!/usr/bin/env node const crypto = require('node:crypto'); const path = require('node:path'); function monkeyPatch() { const...