typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 422 forks source link

Handle permissions issues in ~/.hotel #178

Open typicode opened 7 years ago

typicode commented 7 years ago
  1. Handle ENOSPC and EACCES in src/daemon/index.js
  2. If not on Windows, show a message suggesting to try sudo chown -R $USER: $HOME/.hotel
  3. Log error message and stacktrace
  4. process.exit(1)

See https://github.com/typicode/hotel/issues/147