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

Wikibase module-not-found error in v.6.6.0 #653

Closed
QuinnStraus opened this issue Aug 2, 2024 · 1 comment
Closed

Wikibase module-not-found error in v.6.6.0 #653

QuinnStraus opened this issue Aug 2, 2024 · 1 comment

Comments

@QuinnStraus
Copy link

I just installed agentic for the first time in my Next.js (app router) project and was greeted by the following error when trying to start the server.

⨯ ./node_modules/@agentic/stdlib/dist/index.js:6138:1
Module not found: Can't resolve 'wikibase-sdk/wikidata.org'

I was only importing WolframAlphaClient and createAISDKTools, so I don't think I should have needed to install wikibase-sdk.
Downgrading to 6.5.0 seemed to fix the problem.

@transitive-bullshit
Copy link
Owner

Thanks for the report, Quinn; this was definitely a mistake on my part.

I've just pushed https://github.com/transitive-bullshit/agentic/releases/tag/v6.6.1 which should fix things for you.

The long-term fix to ensure this doesn't repro is comprised of #654 and #655, both of which I hope to get to this week.

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

No branches or pull requests

2 participants