coze-dev / coze-dev/coze-studio
安装 chatSDK 报错
Open
frontend
- Dominant language
- TypeScript
- Stars
- 21.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
安装 chatSDK 时报错(在 frontend/packages/studio/open-platform/chat-app-sdk 路径下执行 npm run build)
> @coze-studio/chat-app-sdk@1.2.0-beta.17 build
> IS_OPEN_SOURCE=true rm -rf dist_ignore inhouse libs && concurrently "npm:build:*"
sh: line 1: concurrently: command not found
Contributor guide
Research direction
Start in frontend/packages/studio/open-platform/chat-app-sdk and inspect the build script and its declared dependencies. Run npm run build to reproduce the missing concurrently error; done means the build proceeds without that command-not-found failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100