Describe the bug
Scaffoling a ceramic applicaiton is not working with any of the commands
To Reproduce
Steps to reproduce the behavior:
- In a terminal window execute:
npx create-ceramic-app
# or
pnpm dlx create-ceramic-app
# or
yarn dlx create-ceramic-app
- 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.
Describe the bug
Scaffoling a ceramic applicaiton is not working with any of the commands
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A new project with its dependencies should be created.
Machine, OS, browser information
Tried on:
Additional context
Also,
pnpxhas been removed, docs should be replaced withpnpm dlx.