rbaumi / angular2-select

An implementation of material design select element for Angular 2
MIT License
6 stars 1 forks source link

Typings needed #1

Closed gorkamolero closed 8 years ago

gorkamolero commented 8 years ago

Hello! Trying to use this in a Webpack project. Can't install if I don't have global typings & typescript also installed. Throws an error in my language, which would translate to something like: "typings" isn't recognized as a command...

rbaumi commented 8 years ago

You're right... I have always typings & typescript installed globally. I will change the package.json so it runs from $(npm bin).

gorkamolero commented 8 years ago

Awesome. Thanks! Please tell me if you did

On Fri, Oct 7, 2016 at 2:02 PM Rafal Baumann notifications@github.com wrote:

You're right... I have always typings & typescript installed globally. I will change the package.json so it runs from $(npm bin).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rbaumi/angular2-select/issues/1#issuecomment-252235260, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9dEcPuWNZ0OCDpKHk3ADuCK-eBXjrWks5qxjS4gaJpZM4KQ6ZD .

rbaumi commented 8 years ago

Done.