-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels