Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gwhobbs opened this issue Sep 23, 2022 · 1 comment

Comments

@gwhobbs
Copy link

gwhobbs commented Sep 23, 2022

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: jashkenas/underscore#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
Copy link
Owner

zodern commented Sep 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants