microsoft/ngconf2015demo

Build error: tsc errors with "error TS6053: File 'typings/tsd.d.ts' not found"

Opened this issue · 4 comments

I was able to get to the point where I run "tsc", but I get "error TS6053: File 'typings/tsd.d.ts' not found".
The only thing that's in the typings/ folder is another folder "angular2" and it contains one file: "angular2.d.ts".

tsd reinstall had completed with this output:

tsd 0.5.7
-> running reinstall
written 1 file:
- angular2/angular2.d.ts

How do I unstuck myself?

Hi @GStoynev - how recently have you cloned? Did you run the following?

npm install tsd
tsd reinstall

@GStoynev Try to rebundle definition file right after installation:

tsd reinstall
tsd rebundle

@GStoynev is this still an issue?

zbrad commented

this was a missing step in the readme, I've submitted a PR