We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
npm install
Doing this will - hopefully - raise awareness about the packages getting installed.
Checking whether the node_modules and/or the package-lock.json already exists in the target directory should suffice.
node_modules
package-lock.json
NONE
The text was updated successfully, but these errors were encountered:
Do this after we have a fancy outputting mechanism in place.
Sorry, something went wrong.
No branches or pull requests
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 thepackage-lock.json
already exists in the target directory should suffice.Additional context
NONE
The text was updated successfully, but these errors were encountered: