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
This repo uses "karma-requirejs": "^0.2.2",, but "karma-requirejs": "0.2.4" is the last version that works. "karma-requirejs": "0.2.5" blows up with this error:
npm ERR! peerinvalid The package requirejs does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants requirejs@~2.1
This affects all consumers of wf-grunt, potentially :/
The text was updated successfully, but these errors were encountered:
patkujawa-wf
changed the title
npm ERR! peerinvalid The package requirejs does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants requirejs@~2.1
Mar 17, 2016
This repo uses
"karma-requirejs": "^0.2.2",
, but"karma-requirejs": "0.2.4"
is the last version that works."karma-requirejs": "0.2.5"
blows up with this error:This affects all consumers of wf-grunt, potentially :/
See The package karma does not satisfy its siblings' peerDependencies requirements! · Issue #873 · karma-runner/karma
The text was updated successfully, but these errors were encountered: