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