I'm trying to install IPFS from herenpm install ipfs --save
and it is giving me the error as
npm ERR! tar.unpack error reading /media/FLASH/Tech/IPFS/ipfs
npm ERR! addLocal Could not install /media/FLASH/Tech/IPFS/ipfs
npm ERR! Linux 4.15.0-29-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "ipfs" "--save"
npm ERR! node v6.9.2
npm ERR! npm v3.10.9
npm ERR! 0-byte tarball
npm ERR! Please run npm cache clean
I tried doing npm cache clean
but still it is giving me the same error while doing npm install ipfs --save
I don't know why I'm getting this error. and how to avoid this error.