This error occurs when there are permission issues for installation. To solve this, you have to install truffle with unsafe permissions:
sudo npm install -g truffle –unsafe-perm
If this doesn’t work, you will have to install the beta version.
sudo npm install -g truffle@beta