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
From the Babel Docs, I found that there is an issue with the order in which you install the deps.
Note: Please install @babel/cli and @babel/core first before npx babel, otherwise npx will install out-of-dated babel 6.x.
As per the usage docs. I found that removing both items from package.json and adding them in order, fixed my issue. Bizarre edge case.