You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 [email protected]
Posting in case this might be useful to someone else.
The text was updated successfully, but these errors were encountered: