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
add(preFilteredPlugins.filter(target=>!target.hasFrameworkCompatibleVersion),'There is no compatible version of the following plugins:',checkVersion),
168
+
add(preFilteredPlugins.filter(target=>!target.hasFrameworkCompatibleVersion&&target.latestSourceVersion),'There is no compatible version of the following plugins:',checkVersion),
169
169
add(preFilteredPlugins.filter(target=>target.hasFrameworkCompatibleVersion&&!target.hasValidRequestVersion),'The version requested is invalid, there are newer compatible versions of the following plugins:',checkVersion),
170
170
add(preFilteredPlugins.filter(target=>target.hasFrameworkCompatibleVersion&&target.hasValidRequestVersion&&!target.isApplyLatestCompatibleVersion),'There are newer compatible versions of the following plugins:',checkVersion)
0 commit comments