pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
346 stars 195 forks source link

Why does this error appear to me? Uncaught Error: Cannot find module "react-bootstrap-date-picker" #109

Open nato90 opened 7 years ago

nato90 commented 7 years ago

I'm importing it this way:

import DatePicker from 'react-bootstrap-date-picker';

gReis89 commented 7 years ago

have you installed it into your project?

npm install react-bootstrap-date-picker --save

patrikniebur commented 7 years ago

For some reason on npm it says no dependencies but there's actually react-bootstrap required

McjPawlowski commented 7 years ago

Thanks man!