I am getting this on install:
npm WARN [email protected] requires a peer of react-addons-shallow-compare@^0.14.0 || ^15.0.0 but none was installed.
Unfortunately you'll need to install that yourself. All of the react NPM
packages need to be specified as peer dependencies to avoid version
conflicts from loading more than one copy. This is mentioned in the README
although I understand it's easy to overlook.
On Sunday, April 24, 2016, Raphael [email protected] wrote:
I am getting this on install:
npm WARN [email protected] requires a peer of
react-addons-shallow-compare@^0.14.0 || ^15.0.0 but none was installed.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
https://github.com/bvaughn/react-virtualized/issues/201
Most helpful comment
Unfortunately you'll need to install that yourself. All of the react NPM
packages need to be specified as peer dependencies to avoid version
conflicts from loading more than one copy. This is mentioned in the README
although I understand it's easy to overlook.
On Sunday, April 24, 2016, Raphael [email protected] wrote: