I need to upgrade a version of @babel/core inside of react-scripts, how can i do that?

232 Views Asked by At

I would like to update the version of the @babel/core lib inside of the package.json of the react-scripts (it was installed @5.0.1), can i achieve that through npm run eject ? Or it needs to be done in another way? Thank you in advance :)

I wanted to upgrade a version of @babel/core on a create-react-app project.

0

There are 0 best solutions below