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 ```