ceramicnetwork / docs-docusaurus

Apache License 2.0
16 stars 7 forks source link

BUG: Scaffold a new Ceramic app shows Error #76

Open daniel0ar opened 6 months ago

daniel0ar commented 6 months ago

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:
    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:

Additional context Also, pnpx has been removed, docs should be replaced with pnpm dlx.