Cannot execute any maven goal on Intellij on Mac

Answered

I'm using Intellij on Mac OS Sierra and I wanted to use Maven which is bundled in Intellij. I have already existing maven project and when I want to execute any of maven goals I get this error message:

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.2:install-node-and-npm (install node and npm) on project iclass: Could not extract the Node archive: Could not extract archive: '/Users/michalinazeligowska/.m2/repository/com/github/eirslett/node/4.4.5/node-4.4.5-darwin-x64.tar.gz': EOFException -> [Help 1]

I am new to MacBooks so help me please 😩

0
2 comments

Try running it from the Terminal. What error do you get? It may be not related to IntelliJ IDEA, in this case you can try asking at http://stackoverflow.com/, maybe someone else had similar issue.

0
Avatar
Permanently deleted user

Thanks for comment. I resolve this problem by removing this problematic file and downloading it again. 😆

0

Please sign in to leave a comment.