- Delete package-lock.json and create pnpm-lock.yaml - Add .npmrc with strict peer deps and frozen lockfile settings - Update CI workflows to use pnpm instead of npm - Update shell scripts to use pnpm instead of npm/npx - Update documentation to reference pnpm commands - Validate migration with successful hardhat compile
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
auto-install-peers=false
|
|
strict-peer-dependencies=true
|
|
prefer-frozen-lockfile=true
|
|
shamefully-hoist=true
|