21centurymotorcompany / bitd

DEPRECATED. Replaced with Planaria https://planaria.network
82 stars 38 forks source link

Broken dependency with node-jq and big-jq #17

Open biocrypto730 opened 5 years ago

biocrypto730 commented 5 years ago

node-jq/bin/jq is not found I had an issue trying to install one of the dependencies: unwriter/bigjq#1

This might have been particular to my machine but i got a solution.

Solution: In this lib, you can fix this by running npm install --save --unsafe-perm node-jq@1.5.0; npm install --save --unsafe-perm --no-bin-links

The package maintainer can fix this by adding "node-jq:":"=1.5.0" to the package.json. I'm not sure why no-bin-links is needed but it was necessary to do the final install on my machine