我收到警告:
>typings ls
typings WARN deprecated 2016-08-05: "registry:dt/react#0.14.0+20160423065914" is deprecated (updated, replaced or removed)
然而,似乎我有最新版本:
>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
我看到标签不同,但是当我尝试
时typings i dt~react@0.14.0+20160805125551 -save -G
未安装带有最新标记的版本。
为什么我收到警告,如何更新?