Skip to content

error: node:v8 createHook is not yet implemented in Bun. #6707

Description

@mxvsh

What version of Bun is running?

1.0.0

What platform is your computer?

Darwin 23.0.0 arm64 arm

What steps can reproduce the bug?

I am trying to ru Temporal using Bun, but while starting workers in Temporal it throws the following error:

48 |             this.requestIdToCompletion.delete(requestId);
49 |             if (result.type === 'error') {
50 |                 const ctor = errorNameToClass(result.name);
51 |                 const err = new ctor(result.message);
52 |                 err.stack = result.stack;
53 |                 completion.reject(err);
                                        ^
error: node:v8 createHook is not yet implemented in Bun.

What is the expected behavior?

It should be able to run the code

What do you see instead?

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnode.jsCompatibility with Node.js APIs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions