When trying to run the server with --build tag
subprocess.run(["npm", "install"], cwd=MAGMA_PATH, check=True)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Trying to install the frontend gui for caldera but it seems to not do so
I even made sure in checking the path for my Node.js in environment variables
Also using a python 3.11 virtual environment to run it
