Hello, I want to install karma to follow the tutorial on AngularJS homepage. I cannot install karma with npm. I tried with both Nodejs 32bit and 64bit with same results. I'm running Windoes 7 Professional 64bit. The install process successfully download the packages, but then gets stuck at "node setup.js postinstall". Here's the output I get:
Microsoft Windows [Versione 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Tutti i diritti riservati. C:\Users\someuser>npm install -g karma npm http GET https://registry.npmjs.org/karma npm http 304 https://registry.npmjs.org/karma npm http GET https://registry.npmjs.org/colors/0.6.0-1 npm http GET https://registry.npmjs.org/glob npm http GET https://registry.npmjs.org/http-proxy npm http GET https://registry.npmjs.org/optimist npm http GET https://registry.npmjs.org/di npm http GET https://registry.npmjs.org/useragent npm http GET https://registry.npmjs.org/mime npm http GET https://registry.npmjs.org/minimatch npm http GET https://registry.npmjs.org/socket.io npm http GET https://registry.npmjs.org/lodash npm http GET https://registry.npmjs.org/rimraf npm http GET https://registry.npmjs.org/q npm http GET https://registry.npmjs.org/log4js npm http GET https://registry.npmjs.org/graceful-fs npm http GET https://registry.npmjs.org/coffee-script npm http GET https://registry.npmjs.org/chokidar npm http GET https://registry.npmjs.org/connect npm http 304 https://registry.npmjs.org/colors/0.6.0-1 npm http 304 https://registry.npmjs.org/optimist npm http 304 https://registry.npmjs.org/di npm http 304 https://registry.npmjs.org/http-proxy npm http 304 https://registry.npmjs.org/glob npm http 304 https://registry.npmjs.org/useragent npm http 304 https://registry.npmjs.org/minimatch npm http 304 https://registry.npmjs.org/mime npm http 304 https://registry.npmjs.org/socket.io npm http 304 https://registry.npmjs.org/lodash npm http 304 https://registry.npmjs.org/rimraf npm http 304 https://registry.npmjs.org/q npm http 304 https://registry.npmjs.org/log4js npm http 304 https://registry.npmjs.org/graceful-fs npm http 304 https://registry.npmjs.org/coffee-script npm http 304 https://registry.npmjs.org/connect npm http 304 https://registry.npmjs.org/chokidar npm http GET https://registry.npmjs.org/wordwrap npm http GET https://registry.npmjs.org/lru-cache npm http GET https://registry.npmjs.org/inherits npm http GET https://registry.npmjs.org/socket.io-client/0.9.16 npm http GET https://registry.npmjs.org/policyfile/0.0.4 npm http GET https://registry.npmjs.org/base64id/0.1.0 npm http GET https://registry.npmjs.org/redis/0.7.3 > [email protected] postinstall C:\Users\someuser\AppData\Roaming\npm\node_module s\karma\node_modules\chokidar > node setup.js postinstall -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
