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
When working with huge monorepo multipackage with workspaces, sometimes you could find you're using the same package name twitch without noticing.
While trying to install packages it throws an error:
$ npm install
npm ERR! code EDUPLICATEWORKSPACE
npm ERR! must not have multiple workspaces with the same name
It would be nice if the error tells you exactly which packages have the same name. Specially useful on CI environments.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When working with huge monorepo multipackage with workspaces, sometimes you could find you're using the same package name twitch without noticing.
While trying to install packages it throws an error:
$ npm install
npm ERR! code EDUPLICATEWORKSPACE
npm ERR! must not have multiple workspaces with the same name
It would be nice if the error tells you exactly which packages have the same name. Specially useful on CI environments.
Beta Was this translation helpful? Give feedback.
All reactions