Replies: 2 comments
-
Same for me, monorepo with workspaces in the main package.json It worked for me after adding |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, I am facing the same issue. While building and starting an express server it says util.inherits is not a function. (In 'util.inherits(SendStream, Stream)', 'util.inherits' is undefined). It will be great if you can tell, how to solve the issue. I tried adding --target=bun in the start command but it didn't work for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting
util.inherits is not a function
after I try to run build files usingbun run
. I have monorepo, when I remove the use of the package from the monorepo, the error goes away.Beta Was this translation helpful? Give feedback.
All reactions