JeremyLikness / Angular2HealthApp

Angular Health App Ported to AngularJS 2.0 (beta)
MIT License
21 stars 11 forks source link

Another Newbie Question #2

Open fraymond opened 8 years ago

fraymond commented 8 years ago

Hi Jeremy,

I cloned this project to my Macbook, and when I ran step 3: npm install, I got the following error. Could you please shed some light on what's wrong? Thanks!

npm ERR! Darwin 14.5.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! node v4.2.6 npm ERR! npm v2.14.12 npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package reflect-metadata@0.1.3 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer angular2@2.0.0-beta.0 wants reflect-metadata@0.1.2

npm ERR! Please include the following file with any support request: npm ERR! /Users/fraymond/Documents/Angular/Angular2HealthApp/npm-debug.log

fraymond commented 8 years ago

I updated the version numbers by removing all the ^ in the package.json file and now it works!