AbdullahAlfaraj / AbdullahAlfaraj/neural-style-website
gnome-terminal: command not found
未关闭
- 主要语言
- JavaScript
- 星标
- 30
- 派生
- 7
- PR 合并指标
- 30 天内没有已合并 PR
描述
Followed install instructions but got this error:
```bash
$ bash neural-style-website-up.sh
neural-style-website-up.sh: line 4: gnome-terminal: command not found
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
The script neural-style-website-up.sh is failing because it calls 'gnome-terminal' which is not available on non-GNOME systems. Look at line 4 of that script to see how the terminal is launched. Research cross-platform ways to open a terminal (e.g., detect the OS, use xterm, or offer a fallback). Check if there are any existing scripts or documentation about environment setup.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- shell
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 40/100