I get this error when trying to install Bower. Is this a bug or am I doing it wrong? I also have 4707 lines of npm-debug.log file if needed...
Thanks!
This
Had this error for some time, too, and none of the solutions online worked for me. What did, however, was restarting the computer after installing a bunch of crap. :) Hope it helps somebody.
Please upgrade npm first then install bower
Happened to me as well, clear cache!
npm cache clean
When running the command npm install -g mup on Yosemite 10.10.5 I got this error: tar.unpack untar error...
The npm cache clean didn't fix the issue. Putting sudo in front solved the problem and my npm install was successful.
You can add sudo
before npm install
,and it may work.