KARTHIKEYAN.A
KARTHIKEYAN.A

Reputation: 20098

Npm WARN deprecated [email protected]: Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update

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

Answers (1)

KARTHIKEYAN.A
KARTHIKEYAN.A

Reputation: 20098

I found solution after my Research

npm install browserify babelify babel-preset-env

Upvotes: 3

Related Questions