Can't resolve '@material-ui/lab/Slider' in {path}
You have to install the lab package: npm install @material-ui/lab
Updated answer as of February 2021: Slider has been moved into core, so you should change your import to:
import Slider from '@material-ui/core/Slider';