How can i resolve this error in React+Material UI
I'm getting the following error while tried to run the application in Mac and Ubuntu. But it runs without any errors in Windows platform. How can i resolve this. Is there any platform specific code in Material UI beta version(v1.0.0-beta.46). I have used the withStyles component, which is an higher order component of material ui. Error: /node_modules/material-ui/styles/withStyles.js Module not found: Can't resolve '@babel/runtime/core-js/map' The below is my code import React from 'react'; import PropTypes from 'prop-types'; import withStyles from 'material-ui/styles'; import AppBar from