Keep getting this error no matter what I tried installing (babel wise) as I follow other similar reports. this is the stack trace:
error: bundli
I accidentally had a file called .babelrc in my root directory with the following contents:
.babelrc
{ "presets": ["@babel/preset-env"] }
After I deleted that file, I no longer got this error when running my gulp command.
gulp