Cannot generate scaffold per crash course
- 主要語言
- JavaScript
- 星號
- 1.6k
- 分支
- 179
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Trying to get up to speed with compound by following the crash course.
1. npm init todo-list-app: works
2. npm install (inside todo-list-app): works, with complaints about old versions of jade, minimatch, graceful-fs
node-uuid
3. compound generate scaffold list name (inside todo-list-app, with the back tics): fails. "bash: exists: command not found"
There doesn't seem to be an OS binary named exists, so I did an npm install -g exists and repeated above steps. Same error at #3.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
The issue is about the 'compound generate scaffold' command failing with 'exists: command not found'. Start by examining the compound CLI tool's scaffold generation script, likely in a bin/ or lib/ directory. Check how it invokes the 'exists' command and whether it's a missing dependency or a path issue. Running the command in debug mode or checking the project's package.json for scripts and dependencies will help. 'Done' is when the scaffold command runs without the 'exists' error.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, nodejs
- 領域
- cli, tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100