how to disable update check in when using docusaurus cli?
#7931
Replies: 1 comment 4 replies
-
|
We don't have a way to disable this atm and it has never been a blocker. If this is annoying, we could add a secret docusaurus env variable to disable it, but I'd rather advise you to double check your Can't you just ensure current user has access to
The update checker shouldn't print anything in case network is not accessible: it is more related to FS permissions. See also related packages code: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a nix deployment with hercules, and I'm
blockedby the update check(nix sandboxes don't have internet access)
(EDIT: this is not the thing that's blocking me, but I'm still curious how to disable)
Beta Was this translation helpful? Give feedback.
All reactions