We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Following directions in README.md with sh scripts/start.sh on Ubuntu causes an error:
sh scripts/start.sh
scripts/start.sh: 6: cannot open REQUIRED_NODE_VERSION: No such file
To Reproduce
Environment: Ubuntu 24.04 LTS
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.
The text was updated successfully, but these errors were encountered:
On Ubuntu, executing with bash directly instead of dash solves the issue; despite the sample command from the README.md
Sorry, something went wrong.
Hi @tcotten-scrypted I just updated the start script, it should fix the issue. Thanks for reporting!
Confirmed resolved for Ubuntu environment.
shakkernerd
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: