zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 281 forks source link

Temporary solution to install failure due to problem with indirect dependency #1327

Open gwhobbs opened 2 years ago

gwhobbs commented 2 years ago

npm install [-g] mup stopped working (sh: patch-package: command not found) due to an issue with underscore, an indirect dependency.

More info about the issue: https://github.com/jashkenas/underscore/issues/2967

This is the workaround I am using in my CI environment for now: npm i -g mup underscore@1.13.4

Posting in case this might be useful to someone else.

zodern commented 2 years ago

I will work on publishing a fix. We used to publish mup with a shrinkwrap.json to avoid these types of problems, but npm had too many bugs with them that we had to work around so we stopped doing it.