ceramicnetwork / ceramicnetwork/docs-docusaurus
BUG: Installation with wheel fails when changing default config
- Lenguaje dominante
- TypeScript
- Estrellas
- 23
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Describe the bug**
Trying to install with wheel shows error when using Change option when prompted for the installation configuration.
**To Reproduce**
Steps to reproduce the behavior:
1. Execute ```./wheel``` after curl download
2. Accept the default options for prompts.
3. Check error after answering ```> Would you like ceramic started as a daemon? Yes```
Error shows:
```
Waiting for ceramic to startCeramic exited with code 1
node:internal/modules/cjs/loader:1147
throw err;
^
Error: Cannot find module '/home/daniel/Documentos/Hackathons/DescentralizedIntelligenceSeason2/ceramic-test-app/node_modules/.bin/ceramic'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.11.1
x Waiting for ceramic to startError: Ceramic failed to start
```
**Expected behavior**
A Ceramic Node should start
**Machine, OS, browser information**
Linux, PopOs 22.04, Firefox. Node 20.11.1, npm 10.2.4
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Comienza ejecutando ./wheel después de la descarga con curl y seleccionando la opción Change en las indicaciones de instalación; después, sigue la ruta de inicio del daemon que produce el error MODULE_NOT_FOUND para node_modules/.bin/ceramic. Rastrea la configuración de la instalación y verifica que un Ceramic Node se inicie correctamente después de cambiar la configuración.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- node.js
- Área
- tooling
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100