Skip to content

TypeScript compilation issues #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tjvantoll opened this issue Nov 3, 2015 · 1 comment
Closed

TypeScript compilation issues #16

tjvantoll opened this issue Nov 3, 2015 · 1 comment

Comments

@tjvantoll
Copy link

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:

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.

@hdeshev
Copy link
Contributor

hdeshev commented Nov 6, 2015

I had forgotten to add a gitignored file, and I had to add a tiny regex hack to get rid of the es6-shim error. The build should be fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants