We have .nmprc file with this config: engine-strict=true ➜ npm view autoevals@0.3.0 engines { pnpm: '>=10.27.0', npm: 'please-use-pnpm', yarn: 'please-use-pnpm' } when trying to install 0.3.0 you are blocked if you use npm.
We have .nmprc file with this config:
engine-strict=true
➜ npm view autoevals@0.3.0 engines
{ pnpm: '>=10.27.0', npm: 'please-use-pnpm', yarn: 'please-use-pnpm' }
when trying to install 0.3.0 you are blocked if you use npm.