You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a project that would still like the notification output when running in a npm script context. Currently we have to make assumptions about how both update-notifier and isNpm are implemented and manually manipulate process.env to work around this issue. This is not ideal.
I wanted to open a PR to add an notifyWithNpm flag to the notify options. Only if explicitly set would the notification still be outputted in an npm context (not break current functionality). Would this be something you all would be open to?
The text was updated successfully, but these errors were encountered:
I am currently working on a project that would still like the notification output when running in a npm script context. Currently we have to make assumptions about how both update-notifier and isNpm are implemented and manually manipulate process.env to work around this issue. This is not ideal.
I wanted to open a PR to add an notifyWithNpm flag to the notify options. Only if explicitly set would the notification still be outputted in an npm context (not break current functionality). Would this be something you all would be open to?
The text was updated successfully, but these errors were encountered: