mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
fix: add CommonJS shims for compatibility with older Corepack versions (#10245)
close #10242
This commit is contained in:
3
pnpm/bin/pnpm.cjs
Executable file
3
pnpm/bin/pnpm.cjs
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
// CommonJS shim for compatibility with older Corepack versions
|
||||
import('./pnpm.mjs')
|
||||
3
pnpm/bin/pnpx.cjs
Executable file
3
pnpm/bin/pnpx.cjs
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
// CommonJS shim for compatibility with older Corepack versions
|
||||
import('./pnpx.mjs')
|
||||
Reference in New Issue
Block a user