Closed bkuhl closed 1 year ago
Hey, the lite
package is not a standalone package but part of algoliasearch
, you can do npm install algoliasearch
and then import 'algoliasearch/lite
Hey, the
lite
package is not a standalone package but part ofalgoliasearch
, you can donpm install algoliasearch
and thenimport * from 'algoliasearch/lite'
Gotcha, thanks for the quick response!
Following the directions in this documentation for installing the module, it seems like I should be able to run
npm install algoliasearch-lite
, however when I do the package doesn't seem to exist. Is there a way to only install the lite version via npm?