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
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Appears as though there is an unforeseen expectation that the patch-package global module be installed prior to installing karma-jest. I see that it is in package.json, so I'm not entirely certain what may be amiss, but this was also reported in #60.
Appears as though there is an unforeseen expectation that the
patch-package
global module be installed prior to installing karma-jest. I see that it is in package.json, so I'm not entirely certain what may be amiss, but this was also reported in #60.One temporary solution is
yarn global add patch-package
beforeyarn add --dev karma-jest
The text was updated successfully, but these errors were encountered: