Skip to content

[rush] Correct workflow for installing dependencies in one of the project #820

@MartynasZilinskas

Description

@MartynasZilinskas

Working in mono-repo becomes really painful when installing additional dependencies in the project.

# cd ../../to/repo/root
$ npx rush unlink
# cd ./to/project/directory
$ npm install dependency
# cd ../../to/repo/root
$ npx rush update

Is there a better way to install dependency and not to do this repetitively?

rush already handles projects dependencies, why not adding an additional command that installs dependency in the selected project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThe issue is asking for a new feature or design change

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions