I've been playing with rails-react
and it works great. Recently I added the react-dropzone library in my package.json
.
I get the following error when I run npm install
:
npm WARN EPEERINVALID react-dropzone@3.2.2 requires a peer of react@^0.14.0 but none was installed.
If I explicitly add react
it installs everything just fine.
However when I go into the browser, I get the following error:
Using react-rails (1.5.0)
and "react-dropzone": "^3.2.2"