Appium Plugin Install

Getting below error while trying to run appium
C:\Windows\system32>appium
WARN Appium Appium encountered 1 warning while validating drivers found in manifest D:\Users\576899.appium\node_modules.cache\appium\extensions.yaml
WARN Appium Driver “xcuitest” has 1 potential problem:
WARN Appium - Driver “xcuitest” (package appium-xcuitest-driver) may be incompatible with the current version of Appium (v2.0.1) due to its peer dependency on older Appium v^2.4.1. Please ask the developer of appium-xcuitest-driver to update the peer dependency on Appium to v2.0.1.
[Appium] Welcome to Appium v2.0.1
[Appium] Attempting to load driver xcuitest…
[debug] [Appium] Requiring driver at D:\Users\576899.appium\node_modules\appium-xcuitest-driver
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723
[Appium] You can provide the following URLS in your client code to connect to this server:
[Appium] http://10.188.7.106:4723/
[Appium] http://127.0.0.1:4723/ (only accessible from the same host)
[Appium] http://172.23.69.225:4723/
[Appium] Available drivers:
[Appium] - [email protected] (automationName ‘XCUITest’)
[Appium] No plugins have been installed. Use the “appium plugin” command to install the one(s) you want to use.