You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Windows 10
Versions. Please run ng --version. If there's nothing outputted, please
1.0.0-beta.4
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
typings install
Typings install does not install the d.ts files because it's expecting the typings.json file to have globalDependencies as opposed to ambientDependencies, as it is now.