-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi,
I'm unable to install react d3 tooltip. On running this command: npm install --save react-d3-tooltip, I get The package react does not satisfy its siblings' peerDependencies requirements!
`npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer material-ui@0.15.1 wants react@^15.0.0
npm ERR! peerinvalid Peer react-bootstrap@0.29.5 wants react@>=0.14.0
npm ERR! peerinvalid Peer react-bootstrap-table@2.3.6 wants react@^0.14.3 || ^15.0.0
npm ERR! peerinvalid Peer react-dom@15.1.0 wants react@^15.1.0
npm ERR! peerinvalid Peer react-mdl@1.5.4 wants react@0.14.x || ^15.0.0-rc
npm ERR! peerinvalid Peer react-router@2.5.1 wants react@^0.14.0 || ^15.0.0
npm ERR! peerinvalid Peer react-select@1.0.0-beta13 wants react@^0.14 || ^15.0.0-rc || ^15.0
npm ERR! peerinvalid Peer react-tabs@0.6.2 wants react@^0.14.7 || ^15.0.0
npm ERR! peerinvalid Peer react-tap-event-plugin@1.0.0 wants react@^15.0.0-0
npm ERR! peerinvalid Peer react-quill@0.4.1 wants react@>=0.14.0
npm ERR! peerinvalid Peer react-d3-tooltip@1.4.14 wants react@^0.14.7
npm ERR! System Linux 4.2.0-27-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "--save" "react-d3-tooltip"
npm ERR! cwd /var/www/project
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! code EPEERINVALID
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /var/www/project/npm-debug.log
npm ERR! not ok code 0
`