Homa Wong

Results 275 comments of Homa Wong

You don't have a typings.json? Or it's about something else?

In `postinstall` (and pefered `prepublish`), you probably want to do just `typings install` and keep the `typings.json` in your repo.

Are you using `typings bundle` on your consuming library? If so, it's the first time I see people using it out of the context of writing typings repository. 🌷

Not sure about the exact error, but I notice that your `dist/typings/angular-ms.d.ts` is not in the right format. I believe it should be written in `external module` format.

Where the source, e.g. `https://github.com/unional/typed-domready`

Currently `npm info` is alias to `npm view`, `npm show`, `npm v`. `npm view` shows THIS package, `npm view packageX` shows THAT package. `npm list` shows all installed packages in...

> I actually think this can also be combined locally when the release with ! is done, since any identifier without ! or : must be locally resolved from typings.json...

> but unless there's a way to consistently support both without bundling every other package manager along with Typings I can't do that Completely agree. As in https://github.com/typings/typings/issues/238, you need...

How do you do step 2? `typings i npm:dojo-compose -S`?

> it gives the duplicate error. What's the duplicate error? Are you using jspm or npm? for npm you don't need to install at all.