Reputation: 20098
When i install
npm install browserify babelify babel-preset-es2015
i'm facing following warning message
npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
how to resolve the warning?
Upvotes: 2
Views: 4507
Reputation: 20098
I found solution after my Research
npm install browserify babelify babel-preset-env
Upvotes: 3