Trying to install karma in ubuntu 12.04

1

Karma under nodejs using the npm fails and I don't have enough of an understanding of the technology to figure it out.

http://pastebin.com/raw.php?i=3Cuyw7h6

I ran:

npm install -g karma

as root.

Count Zero

Posted 2013-04-05T03:15:56.263

Reputation: 11

From looking at the log, it looks like you didn't run the command as root. Are you sure you did? – elbear – 2013-08-27T15:54:42.870

No answers