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
I was following this guide https://wiki.codeemo.com/install/alpine.html At the step Download webui files it's expected that the path /usr/games is present, but quite often this isn´t the case. So probably good to add the command: mkdir -p /usr/games.
/usr/games
mkdir -p /usr/games
Also at Build node dependencies i had to: apk add nodejs npm. At this time it installed nodejs v18.12.1-r0 and npm v9.1.2-r0.
apk add nodejs npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was following this guide https://wiki.codeemo.com/install/alpine.html
At the step Download webui files it's expected that the path
/usr/games
is present, but quite often this isn´t the case. So probably good to add the command:mkdir -p /usr/games
.Also at Build node dependencies i had to:
apk add nodejs npm
. At this time it installed nodejs v18.12.1-r0 and npm v9.1.2-r0.The text was updated successfully, but these errors were encountered: