Tuesday, 14 May 2019

How can i prevent dependancies from installing in root in monorepo project?

Every time i run install all dependencies are getting installed not only in their respective packages but also in the root folder. Is there any way to prent that and only install root dependancies in root?Im using lerna and yarn workspaces to package my repo.

Submitted May 14, 2019 at 10:58AM by Kr7731

No comments:

Post a Comment