runtime error
Exit code: 1. Reason: Failed to start Node.js process: [Errno 2] No such file or directory: 'node' Traceback (most recent call last): File "/home/user/app/app.py", line 35, in start_node node_process = subprocess.Popen( File "/usr/local/lib/python3.10/subprocess.py", line 971, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/local/lib/python3.10/subprocess.py", line 1863, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'node' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 108, in <module> start_node() File "/home/user/app/app.py", line 44, in start_node sys.exit(1) AttributeError: 'Textbox' object has no attribute 'exit'
Container logs:
Fetching error logs...