Я хочу включить IntelliSense для angular 1.6 в коде VS. Получение ошибки при установке angular с набором текста

Я получаю следующую ошибку.

typings install dt~angular --global typings ERR! message Attempted to    compile "angular" as a global module, but it l ooks like an external    module. You'll need to remove the global option to continu e. typings    ERR! typings ERR! cwd C:\Users\Debjit typings ERR! system Windows_NT
   6.2.9200 typings ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Debjit\\A    ppData\\Roaming\\npm\\node_modules\\typings\\dist\\bin.js" "install"    "dt~angular " "--global" typings ERR! node -v v6.9.1 typings ERR!    typings -v 2.1.0 typings ERR! typings ERR! If you need help, you may    report this error at: typings ERR!    <https://github.com/typings/typings/issues>

Пока есть следующие модули

npm list -g --depth=0

+-- [email protected]

+-- [email protected]

+-- [email protected]

+-- [email protected]

+-- [email protected]    

`-- [email protected]

person Rafique Ahmed    schedule 19.01.2017    source источник
comment
Возможный дубликат типизации, всегда жалующейся на глобальный модуль   -  person Rob Lourens    schedule 20.01.2017
comment
решение в более раннем ответе не работает. Я также разместил в github, в нем говорится, что это больше не глобальное определение. Я немного смущен.   -  person Rafique Ahmed    schedule 20.01.2017
comment
В любом случае рекомендую перейти на @types   -  person Rob Lourens    schedule 20.01.2017