React + Meteor 1.2.1 project can't run on local

Hello everyone

I have a Meteor project which was built with Meteor 1.2.1 and react. when the project build react was not too much mature. so we use “cosmos-browsify-react-bootstrap”. The project is already running on a dev server. but i can’t run this on my local machine using “meteor” command. when is run it show this error

=> Errors prevented startup:

   While building package inovio:cosmos-browsify-react-bootstrap:
   error: couldn't install npm package react@15.3.1: Command failed: npm ERR!
   peerinvalid The package react does not satisfy its siblings' peerDependencies
   requirements!
   npm ERR! peerinvalid Peer react-bootstrap@0.30.3 wants react@>=0.14.0
   npm ERR! peerinvalid Peer react-dom@15.6.1 wants react@^15.6.1

   npm ERR! System Darwin 14.5.0
   npm ERR! command

what can I do now?