I created a React application usingnpx create-react-app my_app
but when I run the application usingnpm start
I get the following error,
I tried to usenpm install @babel/plugin-proposal-private-property-in-object
to install the package "@babel/plugin-proposal-private-property-in-object", but still encountered to the same error. how to solve this problem?
This is what worked for mebabel packagecombination:
Important Steps
Add
@babel/plugin-proposal-private-property-in-object
to.babelrc plugin.Things like this: