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
`Missing dev dependency "${name}@${expectedVersion}".\n\nFix it by running:\nnpm install -D ${name}@${expectedVersion}`,
11
+
);
12
+
Error.captureStackTrace(error,ensurePeerDeps);
13
+
throwerror;
14
+
}
15
+
16
+
if(expectedVersion!==actualVersion){
17
+
consterror=newError(
18
+
`Incorrect version of "${name}" detected. Expected "${expectedVersion}", but found "${actualVersion}".\n\nFix it by running:\nnpm install -D ${name}@${expectedVersion}`,
0 commit comments