zwug / react-full-page

Full screen scrolling with React

Home Page:http://zwug.github.io/react-full-page/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm ERR! peerinvalid Peer react-full-page@0.0.2 wants react@0.14.1

concubicycle opened this issue · comments

Errors thrown when I do

npm install react-full-page

Peer dependency doesn't accept higher versions of react. should be something like ...wants react@^0.14.0 || ^15.0.0-0

thank you, fair point

fixed