bsansouci / reprocessing-example

79 stars 29 forks source link

Issue with setup (tgls_bindings.a not found) #25

Open anmolsahoo25 opened 4 years ago

anmolsahoo25 commented 4 years ago

I cloned the repo and ran npm install which finished succesfully, followed by - npm run build which gives the following error -

ninja: error: '/tmp/reprocessing-example/node_modules/Tgls/tgls_bindings.a', needed by 'indexhot.byte', missing and no known rule to make it
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! reprocessing-example@ build: `bsb -make-world`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the reprocessing-example@ build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/anmol/.npm/_logs/2020-04-22T08_57_45_268Z-debug.log

Any tips on where I might be going wrong?