Homa Wong

Results 275 comments of Homa Wong

Where? can you post the message? So I can see which file/line has the problem to get more insight.

I mean the duplicate error. by the way, let's remove the `aurelia-*` from the `typings.json`. I just deprecate them as the source already have the typings, and see what you...

Since you are using npm directly, you don't need to do `typings install npm:aurelia-*`. `aurelia` do not need that.

`rm -rf typings && typings install` Your old typings file is still there causing the dup errors.

Since you are using windows. `rm -rf ...` won't work. Just delete the folder.

What's your `npm run dev` command?

Ok, don't know much about webpack... Does `webpack.config.js` reference `tsconfig.json`? One thing you can try is to change `tsconfig.json` to use `files` instead of `exclude` to figure out what's going...

> It does fine, when I run "typings install". But when I run "npm run dev", its the same. Just checking, you DID delete the typings folder and `typings install`...

For the time being, can you publish the typings in github and install it through `typings install github://..`?

Another way is to link and use `file:`. Not optimal, but maybe a temporary solution?