Godwin

Results 16 comments of Godwin

after compiling with those environment variables, same error ... ``` events.js:182 throw er; // Unhandled 'error' event ^ Error: ENOENT: no such file or directory, open '/__enclose_io_memfs__/Module/l.txt ``` Please guide...

pmq20,I need your help please...advise me ..what do I do to overcome this error?

@pmq20 , did you mean passing --inspect and --inspect-brk to node? But my app works perfectly fine with node or even with pm2 before compiling. Only after compiling with nodec...

I tried again with this hoping to find some debug info... `sudo ./nodec --debug --clean-tmpdir --root=/usr/local/appdir/ app.js -o app.out` and ended up with this... ``` '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D_POSIX_C_SOURCE=200112' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1'...

hi @pmq20 , the project is so big and it's hard for me to find out which part of the code to use to make a minimal code sample. When...