Followed Basic Usage tutorial got socketio ENOENT

Thanks for your help @rmehta . It solved my problem.

Just in case someone need this in the future, here’s how I changed my default port for bench start command:

  • Editted Procfile file
  • Changed the line web: bench serve to web: bench serve --port 8000. Save.
2 Likes