npm WARN deprecated babel-preset-es2015@6.24.1
See original GitHub issueI try to install jscodeshift and met following deprecated message:
npm WARN deprecated babel-preset-es2015@6.24.1: We're super 😸 excited that you're trying to use ES2015 syntax, but instead of making more yearly presets 😭 , Babel now has a better preset that we recommend you use instead: npm install babel-preset-env --save-dev. preset-env without options will compile ES2015+ down to ES5 just like using all the presets together and thus is more future proof. It also allows you to target specific browsers so that Babel can do less work and you can ship native ES2015+ to user 😎 ! We are also in the process of releasing v7, so please give http://babeljs.io/blog/2017/09/12/planning-for-7.0 a read and help test it out in beta! Thanks so much for using Babel 🙏, please give us a follow on Twitter @babeljs for news on Babel, join slack.babeljs.io for discussion/development and help support the project at opencollective.com/babel
Issue Analytics
- State:
- Created 6 years ago
- Reactions:15
- Comments:6 (1 by maintainers)
Top Results From Across the Web
npm Install Errors & npm WARN deprecated - Stack Overflow
npm install working fine in my windows system. Remove node_modules directory and package-lock.json then clear the cache by using this command
Read more >npm does not support Node.js v10.15.2 · Issue #1877 - GitHub
It looks like current installed npm is not compatible with Node.js version you are using. You'll probably need to update your npm using...
Read more >npm-install - npm Docs
Description. This command installs a package and any packages that it depends on. If the package has a package-lock, or an npm shrinkwrap...
Read more >How To Use Node.js Modules with npm and package.json
npm provides an audit command to highlight potential security risks in your dependencies. To see the audit in action, install an outdated ......
Read more >Announcing the end of support for Node.js 10.x in the AWS ...
node --version v10.24.1 $ npm install @aws-sdk/client-s3 ... npm ERR! ... For more information regarding maintenance and deprecation for AWS ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any news? This bloats node_modules adding about 300 outdated packages (
The packages have been updated.