serratus / quaggaJS

An advanced barcode-scanner written in JavaScript
https://serratus.github.io/quaggaJS/
MIT License
5.04k stars 978 forks source link

Can't build project #101

Open MichaelSL opened 8 years ago

MichaelSL commented 8 years ago

Hi. I have forked & cloned project. When I run bower install i get: bower : bower karma-chai#* ENOTFOUND Package karma-chai not found

I'm running Windows tried run bower from command line and Visual Studio Package manager console.

serratus commented 8 years ago

Hi there. To be honest, bower is not really my strong suite. What do you need it for? Can't you use npm instead? Do you need to even fork the project? What's your plan here?

MichaelSL commented 8 years ago

I was using library on Cordova and was going to upgrade deprecated calls for media sources. Now I have refused from this idea because it is really works on webview only. I have tried to clone the repository again and run npm install and npm run build. Then I've tried to run tests with grunt test and got: Running "karma:unit" (karma) task Warning: Cannot find module 'sinon-chai' Use --force to continue.

Here are the logs: logs.zip

Node version is v5.4.0