-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature or problem you’d like to solve
This CLI is meant to be used before installing any dependency, theoretically.
So, we should detect if the users already run npm install
and warn them accordingly.
Doing this will - hopefully - raise awareness about the packages getting installed.
Proposed solution
Checking whether the node_modules
and/or the package-lock.json
already exists in the target directory should suffice.
Additional context
NONE
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request