bsansouci / bsansouci/reprocessing-example
Issue with setup (tgls_bindings.a not found)
- Dominant language
- JavaScript
- Stars
- 77
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.