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
Copy file name to clipboardExpand all lines: verdaccio/config.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,9 @@ packages:
53
53
# if package is not available locally, proxy requests to 'npmjs' registry
54
54
proxy: npmjs
55
55
56
+
publish:
57
+
allow_offline: true
58
+
56
59
# You can specify HTTP/1.1 server keep-alive timeout in seconds for incoming connections.
57
60
# A value of 0 makes the http server behave similarly to Node.js versions prior to 8.0.0, which did not have a keep-alive timeout.
58
61
# WORKAROUND: Through given configuration you can work around the following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enough.
0 commit comments