ceramicnetwork / ceramicnetwork/docs-docusaurus
BUG: Scaffold a new Ceramic app shows Error
- 主要言語
- TypeScript
- スター
- 23
- フォーク
- 11
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**Describe the bug**
Scaffoling a ceramic applicaiton is not working with any of the commands
**To Reproduce**
Steps to reproduce the behavior:
1. In a terminal window execute:
```bash
npx create-ceramic-app
# or
pnpm dlx create-ceramic-app
# or
yarn dlx create-ceramic-app
```
2. Check error message showing: ``› Error: command Symbol(SINGLE_COMMAND_CLI) not found```
**Expected behavior**
A new project with its dependencies should be created.
**Machine, OS, browser information**
Tried on:
- Linux, PopOs 22.04, Firefox. Node 20.11.1, npm 10.2.4
- Linux container, ChromeOS - Debian 20, Chrome, Node 2, npm
**Additional context**
Also, ```pnpx``` has been removed, docs should be replaced with ```pnpm dlx```.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず npx create-ceramic-app、pnpm dlx create-ceramic-app、yarn dlx create-ceramic-app で失敗を再現し、その後 create-ceramic-app コマンドのエントリーポイントを追跡します。pnpx へのドキュメント内の参照も確認してください。scaffolding によって依存関係を含むプロジェクトが作成され、ドキュメントで pnpx の代わりに pnpm dlx が使用されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- node.js, typescript
- 領域
- cli, documentation
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100