EXPO CLI ins not getting installed

I am trying to install CLI with following command.

sudo npm install -g exp

I am getting following error everytime :frowning:

shasum check failed for /tmp/npm-14988-e51cd6e6/registry.npmjs.org/_40expo/ngrok/-/ngrok-2.3.0.tgz

My Node is 6.12.0
NPM is 3.10.10

I tried npm cache clean but that did not helped.

Kindly advice.

Following is complete log of my error screen.

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/traveling-fastlane-darwin@^1.0.15 (node_modules/exp/node_modules/@expo/traveling-fastlane-darwin):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @expo/traveling-fastlane-darwin@1.0.15: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @expo/traveling-fastlane-linux@^1.0.15 (node_modules/exp/node_modules/@expo/traveling-fastlane-linux):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: shasum check failed for /tmp/npm-14988-e51cd6e6/registry.npmjs.org/_40expo/traveling-fastlane-linux/-/traveling-fastlane-linux-1.0.15.tgz
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Expected: 660b332b2c4fc507622fc92094aea7c920711dec
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Actual:   8b8444c1cd1b5c36c859ee6b5293c8e926f55fb8
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: From:     https://registry.npmjs.org/@expo/traveling-fastlane-linux/-/traveling-fastlane-linux-1.0.15.tgz
npm ERR! Linux 4.4.0-101-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "exp"
npm ERR! node v6.12.0
npm ERR! npm  v3.10.10

npm ERR! shasum check failed for /tmp/npm-14988-e51cd6e6/registry.npmjs.org/_40expo/ngrok/-/ngrok-2.3.0.tgz
npm ERR! Expected: e6c37c74c2ede6c32f04b13d30383e10255908d3
npm ERR! Actual:   bc2142a4c7c773a0696edd9b4c4ab0fcd18379d7
npm ERR! From:     https://registry.npmjs.org/@expo/ngrok/-/ngrok-2.3.0.tgz
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/aksharinux/projects/ExpoTest/calc/npm-debug.log

Hi, usually this means that your internet is a little weak and things did not download.

Please try again but before you do, perhaps consider updating your version of node.