I am trying to use expressjs in my app.
After installing it using typings install express --ambient --save, I run tsc, but I get two errors:
typings install express --ambient --save
tsc
The command that worked for me (the day I posted) was : typings install dt~express --global --save (ambient was replaced by global)
typings install dt~express --global --save
To find other related module you can use the command typings search express (it also give you the source info)
typings search express