Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

babel-preset-env #581

Closed
herzinger opened this issue Sep 3, 2017 · 4 comments
Closed

babel-preset-env #581

herzinger opened this issue Sep 3, 2017 · 4 comments

Comments

@herzinger
Copy link

It's about the deprecated warnings in npm install. I think they are self-explanatory, straight forward and simple enough to solve, so here's a copy:

npm WARN deprecated babel-preset-latest@6.24.1: 💥 preset-latest accomplishes the same task as babel-preset-env. 🙏 Please install it with 'npm install babel-preset-env --save-dev'. '{ "presets": ["latest"] }' to '{ "presets": ["env"] }'. For more info, please check the docs: http://babeljs.io/docs/plugins/preset-env 👌. And let us know how you're liking Babel at @babeljs on 🐦
npm WARN deprecated babel-preset-es2017@6.24.1: We're really excited that you're trying to use ES2017 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
npm WARN deprecated babel-preset-es2016@6.24.1: 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

It's something minor and provably not urgent, but I searched the issues and there was nothing about it, so I decided to post it.

@posva
Copy link
Member

posva commented Sep 3, 2017

Can you open this on the template repository showing this warning, please?

@posva posva closed this as completed Sep 3, 2017
@herzinger
Copy link
Author

It's not a template, this shows when installing the CLI with 'npm install -g vue-cli' on bash on Windows.

@posva
Copy link
Member

posva commented Sep 3, 2017

Ah, I see. It seems to be happening in one of the dependencies. I don't see which one though 🙁

@herzinger
Copy link
Author

Oh, that makes sense. Well, I don't think it's very critical, and I suppose most packages will make the change soon enough. Thanks for the replies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants