update-notifier icon indicating copy to clipboard operation
update-notifier copied to clipboard

Update notifications for your CLI app

Results 24 update-notifier issues
Sort by recently updated
recently updated
newest added

I am using v1.0.3 with a CLI utility that has been added to our private npm registry. The registry is defined both in my global (user) .npmrc and local CLI...

help wanted

As a result of https://github.com/yeoman/update-notifier/commit/c3b1df66fee922cae1af7c3ca898240c2df35884#diff-168726dbe96b3ce427e7fedce31bb0bc, updates appear as errors for gatsby (and other projects that depend on `yurnalist` I think) ![59606692-6a095e00-912f-11e9-89e3-f0966f1e0982](https://user-images.githubusercontent.com/7701981/65516688-14e3a200-deff-11e9-9de6-5883da504be6.png) However, I do understand the need to put this...

I was tearing my hair out why building a node.js app in Visual Studio 2019 was taking ages, and it turns out there was a node.js process running check.js that...

[](https://issuehunt.io/r/yeoman/update-notifier/issues/5) Needs more tests! > There is a $40.00 open bounty on this issue. Add more on [Issuehunt](https://issuehunt.io/r/yeoman/update-notifier/issues/5). > - Checkout the [Issuehunt explorer](https://issuehunt.io/r/yeoman/update-notifier/) to discover more funded issues. >...

bug
help wanted
:dollar: Funded on Issuehunt

[](https://issuehunt.io/r/yeoman/update-notifier/issues/88) Ref: https://github.com/yeoman/update-notifier/pull/82#issuecomment-225639940 > There is a $40.00 open bounty on this issue. Add more on [Issuehunt](https://issuehunt.io/r/yeoman/update-notifier/issues/88). > - Checkout the [Issuehunt explorer](https://issuehunt.io/r/yeoman/update-notifier/) to discover more funded issues. > -...

enhancement
help wanted
:dollar: Funded on Issuehunt

Currently to check and immediately show notification you have to do something like that: ```javascript const notifier = updateNotifier({ pkg: packageJson, callback: (err, update) => { if(update && update.type &&...

I'm currently developing a CLI that I've linked with `npm link .` in order to execute it as if it's globally installed (while I'm still working on it). However, executing...

Hi. I understand that the package can be helpful in some cases but its mandatory installment with npm has some bad consequences. Please see https://github.com/npm/npm/issues/20273 My environment: OS: Windows Node:...

The current strategy when the configure store is not accesible is to abandon the version check and instead display the message suggesting to fix ownership. My proposal for the case...

Just seem to not work for packages that is released with `semantic-release`, because version is something like `0.0.0-development` (this is the default, but may have others like `0.0.0-semantically-released`). So the...