We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run dev
When running npm run dev the following error shows up instead of starting the actual Ceramic stack.
> [email protected] dev > node scripts/run.mjs ⠸ [Ceramic] Starting Ceramic node [Ceramic] > [email protected] ceramic > CERAMIC_ENABLE_EXPERIMENTAL_COMPOSE_DB='true' npx ceramic daemon --config ./composedb.config.json ✖ [Ceramic] Ceramic node failed to start with error: ✖ [Ceramic] npm
This is likely due to the script expecting ceramic to be exposed globally.
ceramic
The text was updated successfully, but these errors were encountered:
docs: Notes in case of error of missing ceramic
422e46c
- Fixes ceramicstudio#20 - Sadly `npx -p` isn't enough and it's expecting to be installed globally
simpleProfile
7007
@0xjjpa, a couple questions:
✖ [Ceramic] npm
node -v
Sorry, something went wrong.
Also, did npm add -g @ceramicnetwork/cli solve the problem completely?
npm add -g @ceramicnetwork/cli
Successfully merging a pull request may close this issue.
When running
npm run dev
the following error shows up instead of starting the actual Ceramic stack.This is likely due to the script expecting
ceramic
to be exposed globally.The text was updated successfully, but these errors were encountered: