Material-ui: Module not found: Can't resolve '@material-ui/core/Collapse'

Created on 14 May 2018  ·  9Comments  ·  Source: mui-org/material-ui

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

1.
2.
3.
4.

Context

Your Environment

| Tech | Version |
|--------------|---------|
| Material-UI | |
| React | |
| browser | |
| etc | |

incomplete

Most helpful comment

thanks @oliviertassinari !
yarn add @material-ui/core fixed the issue for me

All 9 comments

Getting this error Nested list item

I'ma having the same after the last update

node_modules/@material-ui/icons/utils/createSvgIcon.js:14:46: Cannot resolve dependency '@material-ui/core/SvgIcon'

UPD
downgraded 1.0.0-rc.0 => 1.0.0-beta.43 and it works

We gonna need a reproduction. It should be fine:

Fix the peer dependency warning

thanks @oliviertassinari !
yarn add @material-ui/core fixed the issue for me

now I see that it was a "Breaking change" from https://github.com/mui-org/material-ui/releases/tag/v1.0.0-rc.0

@amok Alright. I'm closing the issue then. Thanks for the feedback.

do
npm i @material-ui/core --save

latest is 3.5.1 it will solve the problem

npm i @material-ui/core saved me.

Thank you @gowdruNikhil

Was this page helpful?
0 / 5 - 0 ratings

Related issues

revskill10 picture revskill10  ·  3Comments

ryanflorence picture ryanflorence  ·  3Comments

ericraffin picture ericraffin  ·  3Comments

activatedgeek picture activatedgeek  ·  3Comments

anthony-dandrea picture anthony-dandrea  ·  3Comments