Install Appium 1.6.3 via npm

Hi,

The changelog mentiones a new 1.6.3 release - https://github.com/appium/appium/blob/master/CHANGELOG.md#changes-in-version-163-from-162
However, on npm the latest one is 1.6.2 - https://www.npmjs.com/package/appium

How can we install 1.6.3?

Thanks,
Cosmin

npm install -g [email protected] --no-shrinkwrap

And you will get all. Although when you start it it will say 1.6.2 but actually all component versions will be the latest.