Hi @jdewit, it seems that karma-requirejs needs to be updated to ~0.2.0. Otherwise there would be an error when npm install.
npm ERR! peerinvalid The package karma-requirejs does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer karma@0.10.10 wants karma-requirejs@~0.2.0
Hi @jdewit, it seems that karma-requirejs needs to be updated to
~0.2.0. Otherwise there would be an error whennpm install.