Node.js: what is ENOSPC error and how to solve?

Ran into this issue trying to run gatsbyjs on ubuntu. and you guess it, it is a nodejs problem. To resolve this

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


and then


sysctl --system

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm