React-virtualized: Unmet peer dep for react 15.0.1

Created on 24 Apr 2016  Â·  1Comment  Â·  Source: bvaughn/react-virtualized

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.

question

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:

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings