ds300 / patch-package

Fix broken node modules instantly 🏃🏽‍♀️💨
MIT License
10.48k stars 295 forks source link

pnpm patch engines doesn't work #493

Closed mindyourlifeguide closed 1 year ago

mindyourlifeguide commented 1 year ago

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

image

image

image

mindyourlifeguide commented 1 year ago

Sorry, I reported to the wrong repository