-
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
deno install
should warn when not ignoring auto-discovered configuration file
#17855
Comments
deno install
should warn when not ignoring auto-discovered configuration file
Not sure if this is related but I noticed For example:
Ends up with this script:
I wouldn't have even noticed this if it wasn't for this issue: While running the installed script:
If I remove the |
@grippy can you open a separate issue for that? I think it just happens to work in your case when removing the flag based on the cwd you're executing the command in (that's why the |
deno install
is a global action, so it ignores the cwd's auto-discovered config file. It seems people are often confused by this, so we should updatedeno install
to warn that the configuration file is ignored and needs to be explicitly.For local files, we might want to consider auto-discovering based on the specified path.
The text was updated successfully, but these errors were encountered: