tns run ios gives the following error after successfully building.
Executing before-prepare hook from /~/nativescript-webview-custom-header-master/sample/hooks/before-prepare/nativescript-dev-typescript.js
Found peer TypeScript 1.8.10
node_modules/reflect-metadata/index.d.ts(20,15): error TS2665: Module augmentation cannot introduce new names in the top level scope.
tns run ios gives the following error after successfully building.
Executing before-prepare hook from /~/nativescript-webview-custom-header-master/sample/hooks/before-prepare/nativescript-dev-typescript.js Found peer TypeScript 1.8.10 node_modules/reflect-metadata/index.d.ts(20,15): error TS2665: Module augmentation cannot introduce new names in the top level scope.
TypeScript compiler failed with exit code 1
Any ideas?