Github Actions CD fails because of the jszip patch

Viewed 19

I have a React web app that uses an internal package that uses jszip dependency and applies a patch on it. When I deploy the app locally, I don't get any error message but once I try to deploy the app through GitHub Actions then I get: Error: Patch file found for package jszip which is not present at node_modules/jszip

Does anyone have a lead on how to solve this?

0 Answers
Related