wh0amI
wh0amI
项目所有者是不是弃坑了?n年没有merge代码了
Not working in Firefox 114.0.2 (64-bit) on Windows 10. But working great in Firefox 114.0 (64-bit) on macOS 13.4.
我的操作系统是 Ubuntu 18.04,我看了下前端用的是Vue. 我的新服务器,没有安装nodejs。 我安装了nodejs,但是支持的最高版本只能是17.9.0。 然后继续执行 bash run.sh 0,1 ,现在不会报楼主同样的错误了。现在的报错是: ` npm notice qanything-container-local | npm notice New minor version of npm available! 10.2.3 -> 10.3.0 qanything-container-local | npm notice...
@Vickzhang 你的服务器上安装了nodeJs了吗?
> 在run_for_local.sh的89行以后加上 > > ```shell > # Modify npm registry > npm config set registry https://registry.npmmirror.com/ > ``` 我再按照这个方法设置了一下,然后进入到 front_end 目录后,运行 npm install 手工安装了一下 packages,目前一切正常了。 `qanything-container-local | [npm run build]...
New PR created.
> > > 在run_for_local.sh的89行以后加上 > > > ```shell > > > # Modify npm registry > > > npm config set registry https://registry.npmmirror.com/ > > > ``` > > >...
> Our Docker image already has Node.js installed, as specified in the Dockerfile: > > https://github.com/netease-youdao/QAnything/blob/65d84c693a7d8b2243f2b1eaac294246666f66f7/Dockerfile#L63 > > So, does this modification seem unnecessary? As a newbee in QAnything, I...
> Hi, > > Could you try doing something similar as this comment? [bitnami/charts#8713 (comment)](https://github.com/bitnami/charts/issues/8713#issuecomment-1203879607) I'll check it out. Thank you for your reply.