You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fairly simple usage of algoliasearch (see repo at https://github.com/BigGillyStyle/bandsaws-react/). My repo is based off the react-instantsearch React examples ( here ). I have found when using Parcel to bundle just like in the examples, that it works up to version 5.2.4. Starting at version 5.2.5 (through 5.4.0) of algoliasearch when I run parcel build index.html I see the following error:
> BABEL_ENV=parcel parcel build index.html --no-cache
🚨 Build failed.
@parcel/core: Failed to resolve '@algolia/requester-node-http' from './node_modules/algoliasearch/dist/lite/builds/node.cjs'
/Users/apickler/projects/woodtoolsearch/bandsaws-react/node_modules/algoliasearch/dist/lite/builds/node.cjs:28:42
27 | var import_client_common2 = require("@algolia/client-common");
> 28 | var import_requester_node_http = require("@algolia/requester-node-http");
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29 |
30 | // lite/src/liteClient.ts
@parcel/resolver-default: Cannot load file './index' from module '@algolia/requester-node-http'
I am guessing, based on the limited Changelog in 5.2.5, that this is like due to this PR
Client
Search
Version
5.2.5
Relevant log output
> BABEL_ENV=parcel parcel build index.html --no-cache
🚨 Build failed.
@parcel/core: Failed to resolve '@algolia/requester-node-http' from './node_modules/algoliasearch/dist/lite/builds/node.cjs'
/Users/apickler/projects/woodtoolsearch/bandsaws-react/node_modules/algoliasearch/dist/lite/builds/node.cjs:28:42
27 | var import_client_common2 = require("@algolia/client-common");> 28 | var import_requester_node_http = require("@algolia/requester-node-http");>| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29 |
30 | // lite/src/liteClient.ts
@parcel/resolver-default: Cannot load file './index' from module '@algolia/requester-node-http'
The text was updated successfully, but these errors were encountered:
Description
I have a fairly simple usage of
algoliasearch
(see repo at https://github.com/BigGillyStyle/bandsaws-react/). My repo is based off thereact-instantsearch
React examples ( here ). I have found when using Parcel to bundle just like in the examples, that it works up to version 5.2.4. Starting at version 5.2.5 (through 5.4.0) ofalgoliasearch
when I runparcel build index.html
I see the following error:I am guessing, based on the limited Changelog in 5.2.5, that this is like due to this PR
Client
Search
Version
5.2.5
Relevant log output
The text was updated successfully, but these errors were encountered: