From 208d408d37f2c5086db21995442b863b51697391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Wed, 24 Mar 2021 19:03:48 +0100 Subject: [PATCH] Adding npm timeout for slow bandwidth --- app/backend/.npmrc | 1 + app/frontend/.npmrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/backend/.npmrc create mode 100644 app/frontend/.npmrc diff --git a/app/backend/.npmrc b/app/backend/.npmrc new file mode 100644 index 0000000..76c2a92 --- /dev/null +++ b/app/backend/.npmrc @@ -0,0 +1 @@ +timeout=60000 diff --git a/app/frontend/.npmrc b/app/frontend/.npmrc new file mode 100644 index 0000000..76c2a92 --- /dev/null +++ b/app/frontend/.npmrc @@ -0,0 +1 @@ +timeout=60000