Closed trlim closed 9 years ago
After cloning the repo, running npm install fails to build libtomcrypt-c. This is because libtomcrypt-c assumes libtommath-c is installed in its own ./node_modules which is not true for telehash-c.
npm install
libtomcrypt-c
libtommath-c
./node_modules
telehash-c
there's been quite a few changes since then and I haven't hit this, going to close it, just re-open if it happens again as it should be an easy fix
After cloning the repo, running
npm install
fails to buildlibtomcrypt-c
. This is becauselibtomcrypt-c
assumeslibtommath-c
is installed in its own./node_modules
which is not true fortelehash-c
.