Mets à jour l'adresse du proxy

This commit is contained in:
2023-09-18 13:54:07 +02:00
parent 34cbbd27f2
commit df483e279e

View File

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