Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

tsd query angular2 returns zero results #273

Closed
siulm opened this issue Feb 6, 2016 · 14 comments
Closed

tsd query angular2 returns zero results #273

siulm opened this issue Feb 6, 2016 · 14 comments

Comments

@siulm
Copy link

siulm commented Feb 6, 2016

Running
tsd install angular2 es6-promise rx rx-lite

installs es6-promise rs and rx-lite but not angular2

running:
tsd install angular2 or tsd query angular2 --save --action install --resolve
returns zero results.

can you help?

@blakeembrey
Copy link
Member

Angular 2 typings are provided as part of the NPM module, why do you need to install them with TSD?

@rodrigoEclipsa
Copy link

There are currently no angular2.d.ts in node_modules / angular2 / typings

@siulm
Copy link
Author

siulm commented Feb 13, 2016

Thanks. I did not know that at the time I sent you the message. But did my
leg work and I learn it. Thanks for taking your time.
On Feb 13, 2016 3:38 PM, "rodrigo" notifications@github.com wrote:

There are currently no angular2.d.ts in node_modules / angular2 / typings


Reply to this email directly or view it on GitHub
#273 (comment)
.

@dawidk92
Copy link

+1

@dawidk92
Copy link

@siulm have you resolved this somehow?

@siulm
Copy link
Author

siulm commented Feb 24, 2016

David hi. Yes.

Blake said: Angular 2 typings are provided as part of the NPM module.

He was right. I found it on line and Blake was nice to confirm it.
Once you install Angular2 with npm, The problem goes away. All the tsd is
part of the node modules

I hope this helps

Luis
On Feb 24, 2016 3:38 PM, "Dawid Krajewski" notifications@github.com wrote:

@siulm https://github.com/siulm have you resolved this somehow?


Reply to this email directly or view it on GitHub
#273 (comment)
.

@RajenRanjith
Copy link

Yes,

Still i face the same problem like:

src/app/app.ts(1,36): error TS2307: Cannot find module 'angular2/angular2'.
5:47:02 PM - Compilation complete. Watching for file changes.

How to solve this, anyone please help me..

@lholznagel
Copy link

Try this in your bootstrap file:
///<reference path="../node_modules/angular2/typings/browser.d.ts"/>

I think it was in a recent update that they changed something with the typings

@siulm
Copy link
Author

siulm commented Mar 21, 2016

If I am not mistaken, it should be angular2/core instead of
angular2/angular2.

Hope that helps.
On Mar 21, 2016 8:17 AM, "RajenRanjith" notifications@github.com wrote:

Yes,

Still i face the same problem like:

src/app/app.ts(1,36): error TS2307: Cannot find module 'angular2/angular2'.
5:47:02 PM - Compilation complete. Watching for file changes.

How to solve this, anyone please help me..


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#273 (comment)

@vinothbabu
Copy link

tsd query angular2/core also returns zero results...

@siulm
Copy link
Author

siulm commented Mar 26, 2016

Have done a 'npm install angular2'

That should install all requirements for angular 2. Typings will be part
of it
On Mar 25, 2016 6:10 PM, "Vinothbabu" notifications@github.com wrote:

tsd query angular2/core also returns zero results...


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#273 (comment)

@Jenan
Copy link

Jenan commented Apr 13, 2016

I don't find angular2.d.ts as part of package via NPM.

Is exists any solution for this issue?
Thanks.

@lentebloem
Copy link

I installed tsd via npm, yet angular2 is still not found. Does anyone know how to solve this issue?
Thank you!

@blakeembrey
Copy link
Member

See #273 (comment)

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

9 participants