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
llamaindex decoupled openai from its core, and published a package, but it was set to private, builds with @agentic/ai-sdk fail because its trying to install the required package but it can not find, latest version is 0.1.2 while its asking for 0.1.1 which does not exist.
ERR_PNPM_NO_MATCHING_VERSION No matching version found for @llamaindex/openai@0.1.1
This error happened while installing the dependencies of llamaindex@0.5.27
The latest release of @llamaindex/openai is "0.1.2".
If you need the full list of all 1 published versions run "$ pnpm view @llamaindex/openai versions".
llamaindex decoupled openai from its core, and published a package, but it was set to private, builds with @agentic/ai-sdk fail because its trying to install the required package but it can not find, latest version is
0.1.2
while its asking for0.1.1
which does not exist.Issue: run-llama/LlamaIndexTS#1198
The text was updated successfully, but these errors were encountered: