jcoreio / material-ui-popup-state

boilerplate for common Material-UI Menu, Popover and Popper use cases
https://jcoreio.github.io/material-ui-popup-state/
MIT License
449 stars 28 forks source link

Can't resolve 'babel-runtime/helpers/possibleConstructorReturn' #5

Closed triqi closed 5 years ago

triqi commented 5 years ago

Error stack

Module not found: Error: Can't resolve 'babel-runtime/helpers/possibleConstructorReturn' in 'C:\Users\User\Documents\Source\app\node_modules\material-ui-popup-state' @ ./node_modules/material-ui-popup-state/index.js 20:34-92

Dependencies

"dependencies": { "@babel/polyfill": "7.2.5", "@babel/runtime": "^7.3.1", "@material-ui/core": "^3.9.0", "@material-ui/icons": "^3.0.2", "chalk": "^2.4.1", "classnames": "^2.2.6", "compression": "1.7.3", "connected-react-router": "6.3.0", "cross-env": "5.2.0", "express": "4.16.4", "fontfaceobserver": "2.1.0", "formik": "^1.4.2", "history": "4.7.2", "hoist-non-react-statics": "3.3.0", "immutability-helper": "^3.0.0", "immutable": "4.0.0-rc.12", "intl": "1.2.5", "invariant": "2.2.4", "ip": "1.1.5", "jss": "^9.8.7", "loadable-components": "2.2.3", "lodash": "4.17.11", "material-ui-chip-input": "^1.0.0-beta.13", "material-ui-popup-state": "^1.0.2", "minimist": "1.2.0", "moment": "^2.24.0", "notistack": "^0.4.1", "numeral": "^2.0.6", "prop-types": "^15.6.2", "query-string": "^6.2.0", "raw-loader": "^1.0.0", "react": "16.8.1", "react-dom": "16.8.1", "react-helmet": "5.2.0", "react-icons": "^3.3.0", "react-intl": "2.8.0", "react-jss": "^8.6.1", "react-redux": "6.0.0", "react-router-dom": "4.3.1", "react-svg-inline": "^2.1.1", "redux": "4.0.1", "redux-act": "^1.7.0", "redux-immutable": "4.0.0", "redux-react-session": "^2.5.0", "redux-saga": "1.0.1", "reselect": "4.0.0", "sanitize.css": "8.0.0", "shortid": "^2.2.14", "styled-components": "4.1.3", "typeface-roboto": "^0.0.54", "uuid": "^3.3.2", "warning": "4.0.3", "yup": "^0.26.10" }, "devDependencies": { "@babel/cli": "7.2.3", "@babel/core": "7.2.2", "@babel/plugin-proposal-class-properties": "7.3.0", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-transform-modules-commonjs": "7.2.0", "@babel/plugin-transform-react-constant-elements": "7.2.0", "@babel/plugin-transform-react-inline-elements": "7.2.0", "@babel/plugin-transform-runtime": "^7.2.0", "@babel/preset-env": "7.3.1", "@babel/preset-react": "7.0.0", "@babel/register": "7.0.0", "add-asset-html-webpack-plugin": "3.1.3", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", "babel-loader": "8.0.5", "babel-plugin-dynamic-import-node": "2.2.0", "babel-plugin-inline-react-svg": "^1.0.1", "babel-plugin-lodash": "3.3.4", "babel-plugin-react-intl": "3.0.1", "babel-plugin-react-transform": "3.0.0", "babel-plugin-styled-components": "1.10.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "circular-dependency-plugin": "5.0.2", "compare-versions": "3.4.0", "compression-webpack-plugin": "2.0.0", "coveralls": "3.0.2", "create-index": "^2.3.0", "css-loader": "2.1.0", "dotenv-webpack": "^1.7.0", "enzyme": "3.8.0", "enzyme-adapter-react-16": "1.9.1", "enzyme-to-json": "3.3.5", "eslint": "5.13.0", "eslint-config-airbnb": "17.1.0", "eslint-config-airbnb-base": "13.1.0", "eslint-config-prettier": "4.0.0", "eslint-import-resolver-webpack": "0.11.0", "eslint-plugin-import": "2.16.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-prettier": "3.0.1", "eslint-plugin-react": "7.12.4", "eslint-plugin-redux-saga": "1.0.0", "file-loader": "3.0.1", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", "image-webpack-loader": "4.6.0", "imports-loader": "0.8.0", "jest-cli": "24.1.0", "jest-styled-components": "6.3.1", "lint-staged": "8.1.3", "ngrok": "3.1.1", "node-plop": "0.17.3", "null-loader": "0.1.1", "offline-plugin": "5.0.6", "plop": "2.2.0", "pre-commit": "1.2.2", "prettier": "1.16.4", "react-app-polyfill": "0.2.1", "react-styleguidist": "^8.0.6", "react-test-renderer": "16.8.1", "rimraf": "2.6.3", "shelljs": "^0.8.2", "style-loader": "0.23.1", "stylelint": "9.10.1", "stylelint-config-recommended": "2.1.0", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.5.2", "svg-url-loader": "2.3.2", "terser-webpack-plugin": "1.2.2", "url-loader": "1.1.2", "webpack": "4.29.3", "webpack-cli": "3.2.3", "webpack-dev-middleware": "3.5.2", "webpack-hot-middleware": "2.24.3 ", "webpack-pwa-manifest": "4.0.0", "whatwg-fetch": "^3.0.0" }

triqi commented 5 years ago

Updating to 1.1.1 fixes the problem. Closing.