-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
install
doesn't auto discover config file
#17572
Comments
This is by design. When running I believe the word "Typically" in the help text means "not always". That help text is shared across many sub commands. |
@dsherret Thanks for the clarification. Maybe the help entry could mention which commands don't support config file auto-discovery? Currently
|
Opened #17855 |
It seems
deno install
currently doesn't auto-discover adeno.json
ordeno.jsonc
config file.This is suggested in the help entry for
deno install -help
.Steps To Reproduce
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: