Struggling to integrate Algolia Search with my Angular 2 app, I've been following the installation guide at https://github.com/algolia/algoliasearch-client-javascript#install. However, when I run
typings install algoliasearch-client-javascript --save --global
in my terminal, I encounter this error:
typings ERR! message Unable to find "algoliasearch-client-javascript" ("npm") in the registry.
Despite following the guide meticulously, I can't figure out what I'm doing wrong. I am using webpack as part of Ionic 2 setup, so that should be correct.
I have checked my config.json and confirmed that "algoliasearch": "^3.20.2",
is indeed installed.
Any suggestions on where I might be going astray?