-
-
Notifications
You must be signed in to change notification settings - Fork 105
Allow --no-install to be set in a config file #198
Comments
Ref #105. |
I would think |
I agree with this sentiment. However I think there should also be a config available for |
Note that |
This is clone of npm/npm#19673 and seems relevant here.
Running npx [command] will auto-install and auto-run a module if not installed. This is a handy feature. However there are few scenarios where
--no-install
is helpful.To avoid using
--no-install
in every npx command, couldno-install
be set in a config file likenpxrc
or inpackage.json
as below:The text was updated successfully, but these errors were encountered: