Hi. I'm trying to install the tutorial using the instructions from the website, but when I run "npm install" I get an error:
mstevens@mstevens-Vostro-460:~/angular-phonecat % npm install npm ERR! peerinvalid The package karma-requirejs does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants karma-requirejs@~0.2.0 npm ERR! System Linux 3.2.0-4-amd64 npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! cwd /home/mstevens/angular-phonecat npm ERR! node -v v0.10.26 npm ERR! npm -v 1.4.3 npm ERR! code EPEERINVALID npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/mstevens/angular-phonecat/npm-debug.log npm ERR! not ok code 0 What am I doing wrong? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
