run-llama / LlamaIndexTS

LlamaIndex in TypeScript
https://ts.llamaindex.ai
MIT License
1.81k stars 345 forks source link

No transformers found for __node\_modules/tiktoken-node/dist/tiktoken-node.win32-x64-msvc.node #127

Open Nithur-M opened 1 year ago

Nithur-M commented 1 year ago

I am trying to use Llamaindex with Plasmo framework on a Windows machine and tiktoken is throwing the above error.

No transformers found for __node\_modules/tiktoken-node/dist/tiktoken-node.win32-x64-msvc.node

Any idea how to fix it?

Nithur-M commented 1 year ago

cc @dqbd can @dqbd/tiktoken solve this issue?

Thanks.