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

./node_modules/@material-ui/core/ButtonBase/ButtonBase.js Module not found: Can't resolve '@babel/runtime/helpers/builtin/assertThisInitialized' #62

Closed
ZakariaAhmed opened this issue Aug 4, 2018 · 15 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@ZakariaAhmed
Copy link

Just bought the pro version and npm installed followed all advice
there seems to be an issue with babel loader,
it does this not only for buttonbase but for nearly all components

./node_modules/@material-ui/core/ButtonBase/ButtonBase.js
Module not found: Can't resolve '@babel/runtime/helpers/builtin/assertThisInitialized'

@ZakariaAhmed
Copy link
Author

The issue stems from the Babel runtime being split into two, and breaking the Material UI.
I downgraded the babel runtime, with npm install --save-exact @babel/runtime@7.0.0-beta.55 and it works now.

@tarcisiopqdt
Copy link

Thanks man
With downgrade, here works now too.

@Satri12374
Copy link

Veryyyy Greattt sirrr,tannkk kiuuuu

@captain-yossarian
Copy link

captain-yossarian commented Oct 10, 2018

Thank you @ZakariaAhmed ! You save me a lot of time :)

@mugeesh
Copy link

mugeesh commented Jan 21, 2019

npm install --save-exact @babel/runtime@7.0.0-beta.55 , This worked me too thank man

@kingluddite
Copy link

After adding the downgrade to @babel/runtime

npm install --save-exact @babel/runtime@7.0.0-beta.55

I kept getting errors and had to also delete package-json.lock and node_modules and reinstall with

npm install

@einazare
Copy link
Contributor

einazare commented Feb 3, 2019

Hello there @kingluddite ,

Thank you for your interest in working with our product.
This issue was solved in one of our updates.
You can read here: https://github.com/creativetimofficial/ct-material-dashboard-pro-react/blob/master/CHANGELOG.md#130-2018-08-09
Please redownload the product from our website.

Best,
Manu

@Freeyayo
Copy link

it works

@RamezFahee
Copy link

Thanks, Man

@bikee6315
Copy link

npm install --save-exact @babel/runtime@7.0.0-beta.55
Worked for me too...Thanks a lot

@z1014420319
Copy link

It works ~~~

@fongfai
Copy link

fongfai commented Sep 8, 2020

After adding the downgrade to @babel/runtime

npm install --save-exact @babel/runtime@7.0.0-beta.55

I kept getting errors and had to also delete package-json.lock and node_modules and reinstall with

npm install

in my project still not work, em...

@einazare
Copy link
Contributor

einazare commented Sep 8, 2020

Hello there, @fongfai ,

This issue was solved in one of our updates.
Please download the product again, and see if the issue persists.

Best,
Manu

@lopeselio
Copy link

This worked like wine bro!!!

@IgorRussi
Copy link

Thanks Dude
The downgrade, here works too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests