You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have mistakenly installed the `babel` package, which is a no-op in Babel 6.
Babel's CLI commands have been moved from the `babel` package to the `babel-cli` package.
npm uninstall babel
npm install --save-dev babel-cli
Installing babel-cli and babel-preset-env solved the issue.
The text was updated successfully, but these errors were encountered:
Running the
build
command, I get:Installing
babel-cli
andbabel-preset-env
solved the issue.The text was updated successfully, but these errors were encountered: