There is a package that does not support the required version of node.
Through pnpm patch, add support for the desired version to the engines field in package.json
The patch is created, but in pnpm-lock.yaml the engines field is not taken from the patch, but from the source package.
Expected behavior:
In pnpm-lock.yaml, data from our patch will be taken
There is a package that does not support the required version of node. Through pnpm patch, add support for the desired version to the engines field in package.json The patch is created, but in pnpm-lock.yaml the engines field is not taken from the patch, but from the source package.
Expected behavior: In pnpm-lock.yaml, data from our patch will be taken