Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing #2

Open
Tongtzu opened this issue Aug 22, 2024 · 0 comments
Open

Problem installing #2

Tongtzu opened this issue Aug 22, 2024 · 0 comments

Comments

@Tongtzu
Copy link

Tongtzu commented Aug 22, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant