tns install uses npm install and it fails on the typescript registry
└─┬ tns-template-hello-world-ng@4.0.1
├─┬ @angular/animations@5.2.11
│ └── tslib@1.9.1
├── @angular/common@5.2.11
├── @angular/compiler@5.2.11
├── @angular/core@5.2.11
├── @angular/forms@5.2.11
├── @angular/http@5.2.11
├── @angular/platform-browser@5.2.11
├── @angular/platform-browser-dynamic@5.2.11
├── @angular/router@5.2.11
├─┬ nativescript-angular@5.3.0
│ └── nativescript-intl@3.0.0
├── nativescript-theme-core@1.0.4
├── reflect-metadata@0.1.12
├─┬ rxjs@5.5.10
│ └── symbol-observable@1.0.1
├─┬ tns-core-modules@4.0.0
│ └── tns-core-modules-widgets@4.0.0
├── UNMET PEER DEPENDENCY typescript@~2.6.2
└── zone.js@0.8.26
npm ERR! Darwin 17.5.0
npm ERR! argv "/usr/local/Cellar/node@6/6.13.0/bin/node" "/usr/local/opt/node@6/bin/npm" "install"
npm ERR! node v6.13.0
npm ERR! npm v3.10.10
npm ERR! shasum check failed for /var/folders/0h/xjv_gy2j0m1gdmc1tx_707480000gp/T/npm-28275-b8a98525/registry.npmjs.org/typescript/-/typescript-2.7.2.tgz
npm ERR! Expected: 2d615a1ef4aee4f574425cdff7026edf81919836
npm ERR! Actual: 6bd91352a2f00346b30942a09b5129249cbf8d25
npm ERR! From: https://registry.npmjs.org/typescript/-/typescript-2.7.2.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! /Users/brice/source/nativescript/testmodalng/npm-debug.log
Command npm install failed with exit code 1
# tns create