-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Version
4.2.2
Steps to reproduce
warning @vue/cli-plugin-babel > @vue/cli-shared-utils > request@2.88.2: request has been deprecated, see request/request#3142
What is expected?
No deprecation notices in the cli
What is actually happening?
request is being used in @vue/cli-shared-utils but is now deprecated
hartwork, DarkLite1 and SuperKirik