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
{{ message }}
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.
Installing babel-preset-latest fixes the error, but I think it's not the best way because babel-preset-latest is deprecated and its installation gives me a warning:
We're really excited that you're trying to use ES2016 syntax, but instead of making more yearly presets, Babel has a better preset that we recommend you use instead: npm install babel-preset-env --save-dev. Give us a follow @babeljs to get more updates
However, installing only babel-preset-env doesn't fix the problem.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to build my project I get this message:
Installing babel-preset-latest fixes the error, but I think it's not the best way because babel-preset-latest is deprecated and its installation gives me a warning:
However, installing only babel-preset-env doesn't fix the problem.
The text was updated successfully, but these errors were encountered: