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
Do you have an import ... from '@anthropic-ai/sdk/src' somewhere? I suspect that is why this issue is happening, it should be just '@anthropic-ai/sdk'.
Cannot find module '../resources/messages.js' or its corresponding type declarations.ts(2307)
node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts:13
should have} from "../resources/messages/index.js";
Wrong import path is used currently in lib/MessageStream.ts
The text was updated successfully, but these errors were encountered: