


Npm ERR! command "node" "/usr/bin/npm" "install" "karma-chrome-launcher" Npm ERR! at EventEmitter._tickCallback (node.js:126:26) Npm ERR! at Socket.emit (events.js:64:17) Npm ERR! at ChildProcess.emit (events.js:67:17) (/usr/lib/node_modules/npm/lib/utils/exec.js:85:8) angular-phonecat transfer$ npm install karma-chrome-launcher Could this be a 32bit / 64bit issue? I've done some googling but I've not found anything useful. I get the same error message if I try run "npm install bower". I tried installing the package directly, but now I get a different error, telling me that the CPU type is wrong.

Npm ERR! /Users/user/Documents/GitHub/angular-phonecat/npm-debug.log Npm ERR! Additional logging details can be found in: Npm ERR! cwd /Users/transfer/Documents/GitHub/angular-phonecat Npm ERR! command "node" "/usr/bin/npm" "install" Npm ERR! at cb (/usr/lib/node_modules/npm/lib/utils/graceful-fs.js:31:9) Npm ERR! at saved (/usr/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:67:7) Npm ERR! at /usr/lib/node_modules/npm/lib/cache.js:274:15

Npm ERR! at installTargetsError (/usr/lib/node_modules/npm/lib/cache.js:313:10) Npm ERR! Error: Not found: ERR! Valid install targets: I've installed Git and Node, and I've cloned the repository, but I can't install the project dependencies using npm, for apparently the karma-chrome-launcher can't be found : angular-phonecat user$ npm install I would like to go through the AngularJS tutorial on my Macbook (64bit, Intel Core i7, OSX 10.9.4).
