Build failed after create polymer client module - nodeSetup FAILED

Hi,

I can’t build project after create polymer module.
My OS: Linux

Error:

:app-polymer-client:nodeSetup FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app-polymer-client:nodeSetup'.
> Could not resolve all dependencies for configuration 'detachedConfiguration1'.
   > Could not resolve org.nodejs:node:6.9.1.
     Required by:
         project :app-polymer-client
      > Could not resolve org.nodejs:node:6.9.1.
         > loader constraint violation: when resolving method "org.apache.http.impl.cookie.NetscapeDraftHeaderParser.parseHeader(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/HeaderElement;" the class loader (instance of org/gradle/initialization/MixInLegacyTypesClassLoader) of the current class, org/apache/http/impl/cookie/DefaultCookieSpec, and the class loader (instance of org/gradle/internal/classloader/VisitableURLClassLoader) for the method's defining class, org/apache/http/impl/cookie/NetscapeDraftHeaderParser, have different Class objects for the type org/apache/http/HeaderElement used in the signature

I solved this problem. I removed .gradle folder from home directory.