Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not found: Can't resolve '@babel/runtime/core-js/object/get-prototype-of' in '~/node_modules/material-ui/ButtonBase' #21652

Closed
pallavisingh1511 opened this issue Jul 2, 2020 · 1 comment
Labels

Comments

@pallavisingh1511
Copy link

Getting the following error for multiple material ui components
Module not found: Can't resolve '@babel/runtime/core-js/object/get-prototype-of' in '~/node_modules/material-ui/ButtonBase'

node - v12.18.2

package.json

    "dependencies": {
        "better-npm-run": "^0.1.0",
        "html-webpack-externals-plugin": "^3.8.0",
        "material-ui": "^1.0.0-beta.34",
        "nodemon": "^1.17.4",
        "react": "^15.5.4",
        "react-dom": "^15.5.4",
        ...
      },
      "devDependencies": {
        "autoprefixer": "7.1.0",
        "babel-cli": "^6.26.0",
        "babel-core": "6.24.1",
        "babel-eslint": "7.2.3",
        "babel-jest": "20.0.3",
        "babel-loader": "7.0.0",
        "babel-plugin-transform-class-properties": "*",
        "babel-plugin-transform-decorators-legacy": "^1.3.4",
        "babel-plugin-transform-runtime": "^6.23.0",
        "babel-polyfill": "^6.23.0",
        "babel-preset-flow": "^6.23.0",
        "babel-preset-react-app": "^3.0.0",
        "babel-runtime": "6.23.0",
        ...
      }
@pallavisingh1511 pallavisingh1511 added design: material This is about Material Design, please involve a visual or UX designer in the process status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jul 2, 2020
@eps1lon eps1lon added v0.x and removed design: material This is about Material Design, please involve a visual or UX designer in the process status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jul 2, 2020
@eps1lon
Copy link
Member

eps1lon commented Jul 2, 2020

We no longer support material-ui. Try upgrading to @material-ui/core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants