Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Unable to npm install; nodegit errors #52

Closed dllndv closed 7 years ago

dllndv commented 7 years ago

Trying to install tattoo on macOS 10.12.2 with node 6.9.4/npm 3.10.10 Also tried a few other versions of node, get this error:

Failed at the nodegit@0.16.0 install script 'node lifecycleScripts/preinstall && node lifecycleScripts/install'

I can provide more detailed logs if needed.

dllndv commented 7 years ago

I solved this, you need to use home brew to install something called libgcrypt first. After that, it only worked for me on node 6, not node 7. I assume this is a compat thing with libgcrypt.