e2b issue - Object literal may only specify known properties, and 'code' does not exist in type 'Msg'
Author: jasonhendrixCreated Nov 3, 2024Updated Sep 22, 2025
I'm having problems with this usage example from https://agentic.so/tools/e2b
import { e2b } from '@agentic/e2b'
const res = await e2b({ code: 'print("Hello, World")' })
I get this error: Object literal may only specify known properties, and 'code' does not exist in type 'Msg'
Source: transitive-bullshit/agentic