22
0
Fork 0

mise à jour prochaine LTS

This commit is contained in:
Gregory Colpart 2021-09-20 17:21:38 +02:00
parent 722bce6776
commit 219c287378
1 changed files with 4 additions and 4 deletions

View File

@ -41,12 +41,12 @@ v10.16.3
~~~
### Version 12.x (Prochaine version LTS)
### Version 16.x (Prochaine version LTS)
Pour avoir Node.js 12.X on utilisera la source suivante :
Pour avoir Node.js 16.X on utilisera la source suivante :
~~~
# echo "deb http://deb.nodesource.com/node_12.x buster main" >> /etc/apt/sources.list.d/nodesource.list
# echo "deb http://deb.nodesource.com/node_16.x buster main" >> /etc/apt/sources.list.d/nodesource.list
# wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O /etc/apt/trusted.gpg.d/nodesource.asc
~~~
@ -314,4 +314,4 @@ Error: ENOSPC: System limit for number of file watchers reached, watch [...]
[...]
~~~
Lorsque _npm_ lève une erreur `ENOSPC: System limit for number of file watchers reached` cela signifie que le nombre maximum de fichiers observés avec inotify (syscall kernel), utilisés par wabpack par exemple, a été atteint, il faut alors augmenter la valeur de `fs.inotify.max_user_watches` (défaut = 8192) par sysctl.
Lorsque _npm_ lève une erreur `ENOSPC: System limit for number of file watchers reached` cela signifie que le nombre maximum de fichiers observés avec inotify (syscall kernel), utilisés par wabpack par exemple, a été atteint, il faut alors augmenter la valeur de `fs.inotify.max_user_watches` (défaut = 8192) par sysctl.