Fix Grunt Fatal error: watch ENOSPC
October 10, 2014
Ran into this error this morning in Grunt. Basically it’s caused because the user is limited by how many files can be watched by one user. You can increase this limit with the following command: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p Or if for some… Read More
Invalid byte sequence in UTF-8 fix for Wordmove
September 18, 2014
If you guys use Wordmove and just so happen to run into this very annoying error anytime you try to push or pull from a database here's what I did to fix it. Read More