Saturday, October 10, 2015

Can't locate Digest/Perl/MD5.pm in @INC

Solution :
Run command
cpan Digest::MD5

Can't locate CPAN.pm in @INC

If you are using CentOS/RHEL/Fedora and you get this error, Run following command to solve the error.
yum install perl-CPAN

Tuesday, September 8, 2015

gulp : watch error - Waiting…Fatal error: watch ENOSPC

gulp : watch error - Waiting…Fatal error: watch ENOSPC

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