hexparrot/mineos-node

mkdir -p /usr/games

GrumpyMeow opened this issue · 0 comments

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.