Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

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

Open
GStoynev opened this issue May 15, 2015 · 4 comments

Comments

@GStoynev
Copy link

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?

@DanielRosenwasser
Copy link
Member

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

npm install tsd
tsd reinstall

@sectore
Copy link

sectore commented May 16, 2015

@GStoynev Try to rebundle definition file right after installation:

tsd reinstall
tsd rebundle

@mhegazy
Copy link
Contributor

mhegazy commented May 26, 2015

@GStoynev is this still an issue?

@zbrad
Copy link
Contributor

zbrad commented Jun 1, 2015

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

mhegazy added a commit that referenced this issue Jun 1, 2015
update readme for issue #31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants