GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.4k stars 4.06k forks source link

Error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3" #3129

Closed lebonsavane closed 3 years ago

lebonsavane commented 3 years ago

I tried to install new version but in my package.json nothing moves. It's on a plugin called "blocks avancées" of grapesJs but i have this issue on every folder when i try to run the code " ERROR in ../src/dom_components/view/ComponentFusionView.js Module build failed: Error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compatible version of @babel/core, it is likely that something in your build process is loading the wrong version

"

artf commented 3 years ago

ComponentFusionView? That is for sure not from the main grapesjs core, we don't have that component... Probably you're using some kind of modified version, so that might be the reason behind that error