Node js error ENOSPC

node.js -- Posted on Feb. 3, 2018

Node js error ENOSPC

              
                for ubuntu system to fix try this command :

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
                  
   
            

Related Posts