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
During installation I get this error and then it stops installation:
Traceback (most recent call last):
File "/root/Garuda/garuda.py", line 109, in
main()
File "/root/Garuda/garuda.py", line 100, in main
ga.install_sys_tools()
^^^^^^^^^^^^^^^^^^^^^^
File "/root/Garuda/garuda.py", line 52, in install_sys_tools
subprocess.check_output(['npm', '--version'])
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'npm'
The text was updated successfully, but these errors were encountered:
During installation I get this error and then it stops installation:
Traceback (most recent call last):
File "/root/Garuda/garuda.py", line 109, in
main()
File "/root/Garuda/garuda.py", line 100, in main
ga.install_sys_tools()
^^^^^^^^^^^^^^^^^^^^^^
File "/root/Garuda/garuda.py", line 52, in install_sys_tools
subprocess.check_output(['npm', '--version'])
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'npm'
The text was updated successfully, but these errors were encountered: