ds300 / patch-package

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

pnpm patch engines doesn't work #493

Closed mindyourlifeguide closed 9 months ago

mindyourlifeguide commented 9 months 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 9 months ago

Sorry, I reported to the wrong repository