From c8a3bdd06b4c72a95cc7e76cd059c1e2fbaeeb8f Mon Sep 17 00:00:00 2001 From: Fabio Picheli Date: Wed, 7 Dec 2016 16:40:12 +0100 Subject: [PATCH] The "globalDependencies" is deprecated. In the new version is not posible to install the typing as the old version: typings install --ambient --save We can only use --global, which means, the typing will look in the globalDependencies attribute --- generators/app/templates/_typings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/_typings.json b/generators/app/templates/_typings.json index 1316632d..9ba46c8c 100644 --- a/generators/app/templates/_typings.json +++ b/generators/app/templates/_typings.json @@ -1,7 +1,7 @@ { "name": "<%- appName %>", "version": false, - "ambientDependencies": { + "globalDependencies": { <% if (angularModulesObject.animate) { -%> "angular-animate": "github:DefinitelyTyped/DefinitelyTyped/angularjs/angular-animate.d.ts#bb051830df88f5a55dcf06b7fe85bf6b62cc97f2", <% } if (angularModulesObject.cookies) { -%>