-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,16 @@ The AngularJS client for the bioacoustic workbench | |
[](https://travis-ci.org/QutBioacoustics/baw-client) [](https://gemnasium.com/QutBioacoustics/baw-client) [](https://codeclimate.com/github/QutBioacoustics/baw-client) | ||
--- | ||
## Install instructions | ||
|
||
Normally this would work: | ||
$ npm -g install grunt-cli karma bower | ||
|
||
Specific version of karma due to dependency issues. | ||
Temporary fix: | ||
$ npm install -g [email protected] | ||
$ npm -g install grunt-cli karma bower | ||
|
||
cd to your cloned directory and then install `npm` and `bower` modules. | ||
Karma requires a specific version due to dependency issues. | ||
|
||
$ npm install --quiet -g [email protected] | ||
|
||
$ npm install | ||
|
||
|