You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Describe the bug
Running ubuntu_setup.sh on my machine installs everything fine (so far it seems) apart from yarn. Running the yarn command afterwards in the game_frontend directory returns this error:
00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.
This is confusing. I've realised that the wrong yarn gets installed by the bash script. This one:
Describe the bug
Running
ubuntu_setup.sh
on my machine installs everything fine (so far it seems) apart from yarn. Running theyarn
command afterwards in thegame_frontend
directory returns this error:This is confusing. I've realised that the wrong yarn gets installed by the bash script. This one:
http://manpages.ubuntu.com/manpages/xenial/man1/yarn.1.html
Instead, we want to add these instead:
To Reproduce
Steps to reproduce the behavior:
yarn
ingame_frontend
.Expected behavior
Yarn to download all deps from package.json.
Screenshots
Desktop (please complete the following information):
Additional context
https://yarnpkg.com/en/docs/install#debian-stable
A NOTE has been added on official yarn docs from Ubuntu 16+ I believe
When running
apt-get install yarn
on my system I get, as part of the traceback:The text was updated successfully, but these errors were encountered: