-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description:
To create a minimal repro:
- Install bun (I am running on linux Pop!_OS but I don't think that should matter)
bun init my-appbun run index.tsjust to ensure it is workingbun add manticoresearch-ts-> should install successfully (can verify innode_modules)bun run index.tserror
error: Cannot find package "manticoresearch-ts" from "/home/myusername/development/my-project/index.ts"
Bun v1.1.27 (Linux x64)Did some debugging with ChatGPT and the short story is that the project is not exported correctly to work w/bun's module resolution so I'll have to switch to node :(
Manticore Search Version:
Manticore 14.1.0 2b53a9307@25110709 (columnar 8.1.0 e1522a2@25100213) (secondary 8.1.0 e1522a2@25100213) (knn 8.1.0 e1522a2@25100213) (embeddings 1.0.1)
Client Version:
^8.0.0
Have you tried the latest development version of Manticore Search and the client?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
- Implementation completed
- Tests developed
- Documentation updated
- Documentation reviewed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working