You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m going through the installation instructions, but the TypeScript compilation seems to be failing. Specifically when I run grunt ng-sample I get the following error:
Running "ts:build" (ts) task
Compiling...
Using the custom compiler : node_modules/typescript/bin/tsc
/Users/tj/dev/nativescript/nativescript-angular/ng-sample/src/angular2/typings/zone/zone.d.ts(1,1): error TS6053: File '/Users/tj/dev/nativescript/nativescript-angular/ng-sample/src/angular2/typings/es6-shim/es6-shim.d.ts' not found.
Any idea what’s up here?
Thanks.
The text was updated successfully, but these errors were encountered:
Hey @hdeshev,
I’m going through the installation instructions, but the TypeScript compilation seems to be failing. Specifically when I run
grunt ng-sample
I get the following error:Any idea what’s up here?
Thanks.
The text was updated successfully, but these errors were encountered: