when running
npm install browserify babelify babel-preset-es2015
there is the following deprecation warning:
npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
is it sufficient to run
npm install browserify babelify babel-preset-env
or is something else required?