Commit 1cc5b101 authored by Steinberg, Jan's avatar Steinberg, Jan
Browse files

Merge branch 'master' of git.gesis.org:dda/dda-wizard

parents 76fd4b02 7b766a6a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -198,6 +198,11 @@ cd ~/git/dda-wizard/
mvn
```

If the first command (npm install) does not work out because of a customizr tarball validity then try the following instead:
```
npm cache clear --force && npm install --no-shrinkwrap --update-binary
```

Bower is used to manage CSS and JavaScript dependencies. You can upgrade dependencies by specifying a newer version in file `bower.json`. You can also run `bower update` and `bower install` to manage dependencies.
Add the `-h` flag on any command to see how you can use it. For example, `bower update -h`.