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
'Could not define the property "'+requireName+'", you may have repeated dependencies in your package.json like'+' "gulp-'+requireName+'" and '+'"'+requireName+'"' :
107
-
'Could not define the property "'+requireName+'", you may have repeated a dependency in another scope like'+' "gulp-'+requireName+'" and '+'"@foo/gulp-'+requireName+'"';
105
+
err=maintainScope
106
+
? 'Could not define the property "'+requireName+'", you may have repeated dependencies in your package.json like'+' "gulp-'+requireName+'" and '+'"'+requireName+'"'
107
+
: 'Could not define the property "'+requireName+'", you may have repeated a dependency in another scope like'+' "gulp-'+requireName+'" and '+'"@foo/gulp-'+requireName+'"';
0 commit comments