Module not found: Error: Can't resolve 'month-picker'
Closed this issue · 2 comments
FerPerales commented
Hello!
I'm trying to use the month picker but I got this error:
Module not found: Error: Can't resolve 'month-picker'
Installing via npm install
The relevant part of my package.json:
"react-month-picker": "1.1.2",
Trying to use in my component as follows:
import Picker from 'month-picker'
More info:
react 15.1.0
node 7.2.1
npm 4.0.3
Any idea on what's going on?
Thanks in advance
nickeljew commented
import Picker from 'react-month-picker'
FerPerales commented
@nickeljew thanks :D