I am getting this error message when I yarn run dev
(VSCode)
Note that I tried the solutions provided here: Node.js: what is ENOSPC error and how to solve? (for example I have fs.inotify.max_user_watches=524288
in /etc/sysctl.conf, I cleaned the cache, I emptied /tmp/ folder ..etc)
ERROR ENOSPC: System limit for number of file watchers reached, watch /nuxtapp/node_modules/...
I noticed when I run cat /proc/sys/fs/inotify/max_user_watches
I get a much inferior value than the limit I have in /etc/sysctl.conf