Error while start bench

Badreldens-MacBook-Pro:frappe-bench badrelden$ bench start
15:23:26 system | workerbeat.1 started (pid=3332)
15:23:26 system | worker.1 started (pid=3333)
15:23:26 system | web.1 started (pid=3335)
15:23:26 system | async_worker.1 started (pid=3336)
15:23:26 system | redis_async_broker.1 started (pid=3338)
15:23:26 system | socketio.1 started (pid=3337)
15:23:26 socketio.1 | /bin/sh: None: command not found
15:23:26 system | socketio.1 stopped (rc=127)
15:23:26 system | redis_cache.1 started (pid=3340)
15:23:26 system | longjob_worker.1 started (pid=3341)
15:23:26 system | sending SIGTERM to workerbeat.1 (pid 3332)
15:23:26 system | sending SIGTERM to worker.1 (pid 3333)
15:23:26 system | sending SIGTERM to web.1 (pid 3335)
15:23:26 system | sending SIGTERM to async_worker.1 (pid 3336)
15:23:26 system | sending SIGTERM to redis_async_broker.1 (pid 3338)
15:23:26 system | sending SIGTERM to redis_cache.1 (pid 3340)
15:23:26 system | sending SIGTERM to longjob_worker.1 (pid 3341)
15:23:26 system | workerbeat.1 stopped (rc=-15)
15:23:26 system | worker.1 stopped (rc=-15)
15:23:26 system | web.1 stopped (rc=-15)
15:23:26 system | longjob_worker.1 stopped (rc=-15)
15:23:26 system | async_worker.1 stopped (rc=-15)
15:23:26 system | redis_async_broker.1 stopped (rc=-15)
15:23:26 system | redis_cache.1 stopped (rc=-15)

Most likely you don’t have nodejs installed

yes i got it its work correctly for me on my MAC

Thanx

I know the post is old, but i faced the same issue, even i have nodejs installed :thinking:.

I fixed the problem by recreate the Procfile :smiley: using

bench setup procfile

The problem was the following line in Procfile

socketio: None apps/frappe/socketio.js

Maybe due to inappropriate finishing installation. However recreate Procfile would fix the issue as i did :hugs: