I am trying to get rid of the following error message.
patch-package 6.2.2
Applying patches...
Error: Patch file found for package mongodb-query-parser which is not present at node_modules/mongodb-query-parser
This message appears when I try to install mongo-express. Locally this is no problem, because npm install
keeps progressing after the error message.
But when I try to run it on gitlab-pipeline it exits the job.
Is there any workaround?