generator-gulp-angular icon indicating copy to clipboard operation
generator-gulp-angular copied to clipboard

typings dont install using newest version

Open 0101adm opened this issue 8 years ago • 4 comments

1.0.3 version of typings.

no dependencies install.

0101adm avatar May 17 '16 14:05 0101adm

+1

andrea-spotsoftware avatar May 17 '16 14:05 andrea-spotsoftware

+1

St1c avatar May 17 '16 14:05 St1c

just changed the ''ambient" to "global".

https://github.com/typings/typings/issues/343

mde17 avatar May 22 '16 06:05 mde17

https://github.com/typings/typings

Updating From 0.x to 1.0?

rm -rf typings/ The directory contains "main", by default Update tsconfig.json to match (the bundle file is typings/index.d.ts) Want main and/or browser output again? See where the typings install in the FAQ Usages of ambient are now global That means in typings.json any ambientDependencies should be renamed globalDependencies and any ambientDevDependencies should be renamed globalDevDependencies. It also means --ambient is now --global Removed defaultAmbientSource If you want to install from DefinitelyTyped, be explicit (use dt~ --global). For example: typings install dt~angular-component-router --global --save See the release notes for more information!

seonetartem avatar May 26 '16 07:05 seonetartem