typescript - Why I get "typings WARN deprecated <packagename> is deprecated (updated, replaced or removed) -
i warning:
>typings ls typings warn deprecated 2016-08-05: "registry:dt/react#0.14.0+20160423065914" deprecated (updated, replaced or removed)
however, seems have latest version:
>typings view dt~react --versions tag version description compiler location updated 0.14.0+20160805125551 0.14.0 github:definitelytyped/definitelytyped/react/react.d.ts#edcbaabb56bb0866df95dbfdf279f4a680051217 2016-08-05t12:55:51.000z 0.13.3+20160423065914 0.13.3 github:definitelytyped/definitelytyped/react/react-0.13.3.d.ts#3a44f976ba58e05adb666295d59168ef5e99ae17 2016-04-23t06:59:14.000z
i see tag different, when try
typings dt~react@0.14.0+20160805125551 -save -g
the version latest tag not installed.
why warning , how update it?
it should --save
pay attention --
.
or can use -s
instead.
see documentation more information.
Comments
Post a Comment