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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: