Error installing babel npm package in my project

1

I'm trying to install the babel package in my project. But when you run the command: npm install --save-dev babel-cli , an error occurs in the tar.unpack installation. See the picture:

Already tried to update the npm, update the nodejs and clear the cache. But none of it solved. If someone has already gone through this and can help me, I'll be grateful!

    
asked by anonymous 05.09.2016 / 16:16

1 answer

1

Solved the problem! I was trying to install the Babel package from the git prompt. And it looks like this did not work out.

But redoing the same process using the Nodejs prompt worked.

If someone has this problem, the tip is! ;)

    
05.09.2016 / 19:13