Shaunwei / RealChar

🎙️🤖Create, Customize and Talk to your AI Character/Companion in Realtime (All in One Codebase!). Have a natural seamless conversation with AI everywhere (mobile, web and terminal) using LLM OpenAI GPT3.5/4, Anthropic Claude2, Chroma Vector DB, Whisper Speech2Text, ElevenLabs Text2Speech🎙️🤖
https://RealChar.ai/
MIT License
5.94k stars 727 forks source link

Error when running python cli.py web-build #484

Open chnl opened 10 months ago

chnl commented 10 months ago

Building web app... Traceback (most recent call last): File "RealChar\cli.py", line 127, in cli() File "RealChar\lib\site-packages\click\core.py", line 1157, in call return self.main(args, kwargs) File "RealChar\lib\site-packages\click\core.py", line 1078, in main rv = self.invoke(ctx) File "RealChar\lib\site-packages\click\core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "RealChar\lib\site-packages\click\core.py", line 1434, in invoke return ctx.invoke(self.callback, ctx.params) File "RealChar\lib\site-packages\click\core.py", line 783, in invoke return __callback(args, *kwargs) File "RealChar\cli.py", line 78, in web_build subprocess.run(["npm", "install"], cwd="client/web") File "RealChar\lib\subprocess.py", line 503, in run with Popen(popenargs, **kwargs) as process: File "RealChar\lib\subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "RealChar\lib\subprocess.py", line 1456, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified