-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Hello,
I installed react-admin-dateinputs and I'm trying to use TimeInput but I have this error:
Module not found: Can't resolve 'material-ui-pickers/utils/MuiPickersUtilsProvider' in '/Users/pierre/Documents/schoolx/frontend/node_modules/react-admin-date-inputs/lib'
Here is my package.json:
{
"name": "schoolx-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"import": "^0.0.6",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"ra-data-json-server": "^2.2.0",
"ra-language-english": "^2.2.0",
"ra-language-french": "^2.2.0",
"react": "^16.4.2",
"react-admin": "^2.4.0",
"react-admin-date-inputs": "^1.1.0",
"react-big-calendar": "^0.20.1",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"recompose": "^0.28.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
I tried to install the module material-ui-pickers but it didn't change anything.
Do you have an idea of how I can make it work ?
Thanks :)