Skip to content

Unneeded dev dependencies should be removed after postclone.js finishes #127

Open
@adrian-niculescu

Description

@adrian-niculescu

Which platform(s) does your issue occur on?

  • All

Please, provide the following version numbers that your issue occurs with:

  • CLI: 5.3.3

Please, tell us how to recreate the issue in as much detail as possible.

After the postclone.js script finishes executing when the user runs npm run postclone there are some dev dependencies in src/package.json that are not used after this point. These are prompt and rimraf.
These should be removed by automatically by executing npm remove prompt rimraf in the finishSetup() function for example.
It goes without saying that unneeded dependencies increase the time npm install takes to execute and little by little the build takes minutes instead of seconds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions