I was editing my bash prompt and I had to make a backup so i ran:
cp ~/.bashrc ~/.bashrc.bak
The next day I tried to download an npm
package and it spat out:
npm ERR! code ENOSPC
npm ERR! syscall write
npm ERR! errno -28
npm ERR! nospc ENOSPC: no space left on device, write
npm ERR! nospc There appears to be insufficient space on your system to finish.
npm ERR! nospc Clear up some disk space and try again.
However I have not installed anything, So i restored and deleted my backup of .bashrc.bak
and ran it again and it spat out the same thing only it did it 12 times.
Please help