Saturday, October 10, 2015

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

Tuesday, August 18, 2015

ERROR:nacl_fork_delegate_linux.cc(314)] Bad NaCl helper startup ack (0 bytes)

Google Chrome Error :

Remove beta version if it is installed
sudo apt-get --purge remove google-chrome-beta
Remove stable version if it is installed

sudo apt-get --purge remove google-chrome-stable
Install stable version again suppose it is 36.

dpkg -i google-chrome-stable_current_i386_36.0.deb
 
If above solution is not working, Run following command in your terminal.

google-chrome --no-sandbox --user-data-dir