question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm WARN deprecated babel-preset-es2015@6.24.1

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Reactions:15
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
jossercommented, Apr 13, 2018

Any news? This bloats node_modules adding about 300 outdated packages (

1reaction
fklingcommented, Dec 5, 2018

The packages have been updated.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found