algoliasearch-client-javascript: Unable to find algoliasearch typings
When trying to install the typings according to the docs, they’re not in the expected route. See error below
$ typings install dt~algoliasearch-client-javascript --save --global
typings ERR! message Unable to find "algoliasearch-client-javascript" ("dt") in the registry.
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/dt/algoliasearch-client-javascript/versions/latest responded with 404, expected it to equal 200
typings ERR!
typings ERR! cwd /Users/juansanchezgarcia/Projects/baro/baroapp-ionic
typings ERR! system Darwin 16.3.0
typings ERR! command "/usr/local/bin/node" "/usr/local/bin/typings" "install" "dt~algoliasearch-client-javascript" "--save" "--global"
typings ERR! node -v v6.9.1
typings ERR! typings -v 2.0.0
typings ERR!
typings ERR! If you need help, you may report this error at:
typings ERR! <https://github.com/typings/typings/issues>
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 31 (15 by maintainers)
Hey guys, I ended up taking the ionic-conference-app repo and merging my current project into that one. With it, I’m able to successfully query against Algolia. I’m not sure what was wrong with my current build, but I was looking to upgrade my project to the latest Ionic 2 version, so we know that works, at least 😃