Skip to content

Linux: Installing Dependencies multiple times #2

@WillDera

Description

@WillDera

Problem: On ubuntu 22.04 Hardhat offers to install the dependencies for the project, which upon selecting "y", would do as asked and solwizard would still try to install these dependencies based on its own flow.

Possible solution 1: The step to install dependencies should be controlled by the execution environment since this doesn't happen on windows. The bootstrapper should handle the installation on windows and ignore it on linux.

Possible solution 2: Check if a package.json already exists, if not, the bootstrapper should install the dependencies, else, it shouldn't

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions