Skip to content
New issue

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

REQUIRED_NODE_VERSION: No such file #1151

Closed
tcotten-scrypted opened this issue Dec 17, 2024 · 3 comments
Closed

REQUIRED_NODE_VERSION: No such file #1151

tcotten-scrypted opened this issue Dec 17, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@tcotten-scrypted
Copy link

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

  1. sh scripts/start.sh

Expected behavior

No error regarding the variable "REQUIRED_NODE_VERSION"

Screenshots

image

Additional context

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

@tcotten-scrypted tcotten-scrypted added the bug Something isn't working label Dec 17, 2024
@tcotten-scrypted
Copy link
Author

tcotten-scrypted commented Dec 17, 2024

On Ubuntu, executing with bash directly instead of dash solves the issue; despite the sample command from the README.md

@shakkernerd
Copy link
Member

Hi @tcotten-scrypted I just updated the start script, it should fix the issue.
Thanks for reporting!

@tcotten-scrypted
Copy link
Author

tcotten-scrypted commented Dec 17, 2024

Confirmed resolved for Ubuntu environment.

@shakkernerd shakkernerd self-assigned this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants