From df483e279e1aa8280da8aa0204bd0d7624c7c7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20FR=C3=89VILLE?= Date: Mon, 18 Sep 2023 13:54:07 +0200 Subject: [PATCH] =?UTF-8?q?Mets=20=C3=A0=20jour=20l'adresse=20du=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-react-native.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup-react-native.md b/setup-react-native.md index 27faa4e..b8566f5 100644 --- a/setup-react-native.md +++ b/setup-react-native.md @@ -20,9 +20,9 @@ mkdir /home/scratch/$USER/npm-cache Éditer le fichier `~/.npmrc` pour utiliser le proxy de l'IUT et ce nouveau dossier : ``` -proxy=http://193.49.118.36:8080/ -http_proxy=http://193.49.118.36:8080/ -https_proxy=http://193.49.118.36:8080/ +proxy=http://proxycl.iut.uca.fr:8080/ +http_proxy=http://proxycl.iut.uca.fr:8080/ +https_proxy=http://proxycl.iut.uca.fr:8080/ cache=/home/scratch/$USER/npm-cache ```