Closed
Description
Describe the bug
Following directions in README.md with sh scripts/start.sh
on Ubuntu causes an error:
scripts/start.sh: 6: cannot open REQUIRED_NODE_VERSION: No such file
To Reproduce
Environment: Ubuntu 24.04 LTS
sh scripts/start.sh
Expected behavior
No error regarding the variable "REQUIRED_NODE_VERSION"
Screenshots

Additional context
This is a simple issue caused by the shell script being executed with dash instead of bash.