Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Compling errors with Angular #1566

Closed
JGSolutions opened this issue Oct 21, 2024 · 1 comment
Closed

[bug]: Compling errors with Angular #1566

JGSolutions opened this issue Oct 21, 2024 · 1 comment
Labels

Comments

@JGSolutions
Copy link

Description

Starting with versionn 5.8.0 when builldinng the project tinn angular i get these errors:

Client

Search

Version

5.8.0

Relevant log output

✘ [ERROR] No matching export in "node_modules/@algolia/client-abtesting/dist/builds/browser.js" for import "Status"

    node_modules/algoliasearch/dist/browser.js:56:9:
      56 │ import { Status } from "@algolia/client-abtesting";~~~~~~


✘ [ERROR] No matching export in "node_modules/@algolia/client-personalization/dist/builds/browser.js" for import "EventType"

    node_modules/algoliasearch/dist/browser.js:57:9:
      57 │ import { EventType } from "@algolia/client-personalization";~~~~~~~~~


✘ [ERROR] No matching export in "node_modules/@algolia/client-abtesting/dist/builds/node.js" for import "Status"

    node_modules/algoliasearch/dist/node.js:56:9:
      56 │ import { Status } from "@algolia/client-abtesting";~~~~~~


✘ [ERROR] No matching export in "node_modules/@algolia/client-personalization/dist/builds/node.js" for import "EventType"

    node_modules/algoliasearch/dist/node.js:57:9:
      57 │ import { EventType } from "@algolia/client-personalization";
@Haroenv
Copy link
Contributor

Haroenv commented Oct 21, 2024

This is a duplicate of #1565, which has a merged but not yet released PR, will be fixed soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants