hypercore-protocol / hyperdrive-daemon

Hyperdrive, batteries included.
MIT License
156 stars 23 forks source link

missing config.json after setup #30

Closed edrex closed 4 years ago

edrex commented 4 years ago

Should setup create config.json?

hyperdrive-daemon git/master  
❯ rm -rf ~/.hyperdrive && rm -r ~/Hyperdrive  

❯ ./cli.js setup      
Configuring FUSE...
Successfully configured FUSE:

  * FUSE is already configured.
  * Successfully created the root Hyperdrive directory.

❯ ./cli.js start 

✔ Hyperdrive daemon listening on localhost:3101

❯ ./cli.js status   
Could not get the daemon status:
Error: ENOENT: no such file or directory, open '/home/eric/.hyperdrive/config.json'

❯ ./cli.js fs mount   
Could not mount the drive:
Error: ENOENT: no such file or directory, open '/home/eric/.hyperdrive/config.json'
edrex commented 4 years ago

nm, symptom of error in start