Skip to content
New issue

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

BUG: Installation with wheel fails when changing default config #77

Open
daniel0ar opened this issue Mar 28, 2024 · 0 comments
Open

BUG: Installation with wheel fails when changing default config #77

daniel0ar opened this issue Mar 28, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@daniel0ar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant