typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] Doesn't start when use node 14

simbafs opened this issue · comments

OS: Ubuntu 20.04
When I use node 14.15.0, the hotel start command is executed without error but it actually doesn't start a server. However, when I switch to node 12.19.0 it work.

Got the same here!

My specs:

  • OS: Ubuntu 20.04.2 LTS x86_64
  • Kernel: 5.8.0-45-generic
  • CPU: AMD Ryzen 5 1600 (12) @ 3.200GHz

Same issue on Node 15.4.0

Node Version: v14.17.0

The hotel start command successfully executed but the browser said it cannot reach localhost:2000.

FYI: I've been very happily using https://github.com/jeansaad/chalet - a maintained fork that runs on recent Node versions!