I tried running the following commands to create my first Vue app:
vue create myfirstapp
atom (for open my editor)
cd myfirst app
npm run serve
But I encountered this error:
> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="600d19060912131401101020504e514e50">[email protected]</a> serve /home/paolinsky/Documentos/vueBasico/fazt/myfirstapp
> vue-cli-service serve
INFO Starting development server...
10% building 2/2 modules 0 activeevents.js:196
throw er; // Unhandled 'error' event
^
Error: ENOSPC: System limit for number of file watchers reached, watch '/home/paolinsky/Documentos/vueBasico/fazt/myfirstapp/public'
at FSWatcher.<computed> (internal/fs/watchers.js:168:26)
at Object.watch (fs.js:1351:34)
...
This issue persists across all my Vue projects, even when creating new ones.
My software versions are: npm: 6.13.4 node: v13.3.0
I am using Ubuntu 18.04 on an Asus VivoBook laptop with 4GB RAM and Intel Core i3 7th gen processor.