为不同的版本引发Npm错误

我已经安装了npm的React包放在package.json文件中,如下所示:

 "react": "~0.13.3" 

但是,当我build立项目时,我从npm得到以下错误:

 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer react-modal@0.1.0 wants react@>=0.12.0 

但是我没有看到任何问题,如果react-modal需要react@>=0.12.0 ,我有"react": "~0.13.3"