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
It seems there has been no activity on this issue for a while, and it is being closed in 30 days. If you believe this issue should remain open, please leave a comment.
If you need further assistance or have questions, you can also search for similar issues on Stack Overflow.
Make sure to look at the README file for the most updated links.
It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment.
If you need further assistance or have questions, you can also search for similar issues on Stack Overflow.
Make sure to look at the README file for the most updated links.
Details
Hi everyone, while using lldb on mac to debug a program in the file test/node-api/1_hello_world/test.js, I ran into this issue
`Process 72178 stopped
95 }
96 #endif
97 if (!is_sea) {
-> 98 LoadEnvironment(env, StartExecutionCallback{});
99 }
100
101 *exit_code =
Target 0: (node_g) stopped.
(lldb) n
nnode:internal/modules/cjs/loader:1073
throw err;
^
Error: Cannot find module './build/Debug/binding'
Require stack:
`
Can anyone let me know what this error is and how to fix it? Thanks
Node.js version
Not applicable.
Example code
No response
Operating system
N/A
Scope
N/A
Module and version
Not applicable.
The text was updated successfully, but these errors were encountered: