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

Minimalistic update notifications for command line interfaces

Results 5 update-check issues
Sort by recently updated
recently updated
newest added

Hey am a newbie trying to understand and use update-check Following https://github.com/vercel/update-check#usage installed it and initialized it in a .js file and tried running it on node in a project...

We are getting user reports from an error like this: ```EEXIST: file already exists, mkdir '/var/folders/b4/n_nm8w3941n1gk3bd5tn4fxm0000gn/T/update-check'``` ``` { code: EEXIST, errno: -17, path: /var/folders/b4/n_nm8w3941n1gk3bd5tn4fxm0000gn/T/update-check, syscall: mkdir } ``` Most worryingly,...

Not sure if this is one for here or https://github.com/zeit/serve but it looks like update-check doesn't pick up the proxy from the `$HTTP_PROXY`/`$HTTPS_PROXY` env vars, or anywhere else as far...

My node cli is dockerized, and I run it like this: ``` docker run --interactive --tty --rm -v $(pwd):/project -w /project dockerhub/mycli ``` What is the recommended solution to avoid...

I want to be able to disable `update-check` on the `vercel` package because it takes 5ish minutes to serve something in the event I have no WiFi due to the...