Package Details: nodejs-karma 0.10.9-1

Package Base: nodejs-karma
Description: Spectacular Test Runner for JavaScript.
Upstream URL: https://github.com/karma-runner/karma
Category: devel
Licenses: MIT
Submitter: jmabey
Maintainer: None
Last Packager: None
Votes: 0
First Submitted: 2013-05-21 01:04
Last Updated: 2014-01-31 01:38

Latest Comments

Comment by rdahlgren

2014-05-12 21:04

Thanks! In the meantime, npm (and `ln -s`) does the trick

Comment by jmabey

2014-05-12 17:17

Looks like all older versions are broken now because they try to install the latest version of some plugins which require a newer version of Karma: https://github.com/karma-runner/karma/blob/v0.10.9/package.json#L118

The latest version also doesn't install any plugins by default anymore. I will look into updating this. Thanks for the heads up!

Comment by rdahlgren

2014-05-12 16:01

`makepkg -s` fails with this package. I have installed nodejs from the official repositories. Here's the end of the output from makepkg:

Writing location.js file
Done. Phantomjs binary available at /home/rdahlgren/AUR_builds/nodejs-karma/src/usr/lib/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/bin/phantomjs
npm ERR! peerinvalid The package karma does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer karma-chrome-launcher@0.1.3 wants karma@>=0.9.3
npm ERR! peerinvalid Peer karma-coffee-preprocessor@0.2.1 wants karma@>=0.11.14
npm ERR! peerinvalid Peer karma-firefox-launcher@0.1.3 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-html2js-preprocessor@0.1.0 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-jasmine@0.1.5 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-phantomjs-launcher@0.1.4 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-requirejs@0.2.1 wants karma@>=0.9
npm ERR! peerinvalid Peer karma-script-launcher@0.1.0 wants karma@>=0.9

npm ERR! System Linux 3.14.3-1-ARCH
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "-g" "--prefix" "/home/rdahlgren/AUR_builds/nodejs-karma/src/usr" "karma@0.10.9"
npm ERR! cwd /home/rdahlgren/AUR_builds/nodejs-karma/src
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/rdahlgren/AUR_builds/nodejs-karma/src/npm-debug.log
npm ERR! not ok code 0
==> ERROR: A failure occurred in build().
Aborting...