I was getting the famous two versions downloaded with an error . I ran the line npm ls | grep reactand got the following:
βββ¬ react@15.1.0
βββ react-addons-css-transition-group@15.0.2
βββ¬ react-big-calendar@0.9.12
β βββ¬ react@15.1.0
β βββ react-dom@15.1.0
β βββ react-overlays@0.6.3
β βββ react-prop-types@0.2.2
βββ¬ react-datetime@2.1.0
β βββ¬ react-onclickoutside@4.9.0
βββ react-dom@15.1.0
β βββ¬ react@0.14.8
β βββ react-addons-update@0.14.8
It seems that reaction-dom is using react@0.14.8, and the rest of my project is using react@15.1.0.
What should I do to make me react, not download this older version of the reaction? I thought it was the most modern version of the reaction.
Note. I am using npm version 2.15.1 and node version v4.4.4
source
share