ds300 / patch-package

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

Cannot update patch file version of dependency update #386

Open jessiguo opened 2 years ago

jessiguo commented 2 years ago

Today, I am trying to using npm to update version of dependency typeorm. Here are the troubles I met: I use npx patch-package typeorm the the error appears: image I have searched other issues and try to use the solutions, but they aren't worked for me and all appear the same error. I have used npx patch-package typeorm --exclude '^$' npx patch-package typeorm --exclude 'nothing' image

Have anyone met the same error before? I will be very thankful if you can offer me the solutions.

Node v16.14.2 npm v8.5.0