I have a React project using Webpack and Babel. When I created it on an office computer, the Webpack ran fine. When I cloned the project onto my personal computer, it gave t
For me, I had to install the package globally.
npm install babel-preset-es2015 --save -g