When trying to install angular-route
using the command
typings install angular-route --save -global
, I encountered an error. Can someone help me resolve this issue?
typings ERR! message Unable to find "angular-route" ("npm") in the registry.
typings ERR! message However, we found "angular-route" for 1 other source: "dt"
typings ERR! message You can install these using the "source" option.
typings ERR! message We could use your help adding these typings to the registry: https://github.com/typings/registry
typings ERR! caused by https://api.typings.org/entries/npm/angular-route/versions/latest responded with 404, expected it to equal 200
typings ERR! cwd /Users/sun/enclarity-ui
typings ERR! system Darwin 13.3.0
typings ERR! command "node" "/Users/sun/.nvm/versions/node/v0.12.15/bin/typings" "install" "angular-route" "--save" "-global"
typings ERR! node -v v0.12.15
typings ERR! typings -v 1.3.2
typings ERR! If you need help, you may report this error at:
typings ERR! <https://github.com/typings/typings/issues>
This is the result of my search:
typings search angular-route
Viewing 2 of 2
NAME SOURCE HOMEPAGE DESCRIPTION VERSIONS UPDATED
angular-route dt http://angularjs.org 1 2016-03-17T12:06:54.000Z
angularjs/legacy/angular-route dt http://angularjs.org 1 2016-03-17T12:06:54.000Z
Edit: I am working with Angular version 1.5