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

ERROR: There are no scenarios; must have at least one. #517

Open
jaikhuranna opened this issue Dec 19, 2020 · 2 comments
Open

ERROR: There are no scenarios; must have at least one. #517

jaikhuranna opened this issue Dec 19, 2020 · 2 comments
Labels

Comments

@jaikhuranna
Copy link

[x] I am on the latest Cerebro.app version
[x] I have searched the issues of this repo and believe that this is not a duplicate.

-->

pop os
20.4 LTS
issue -

ERROR: There are no scenarios; must have at least one.

@jaikhuranna
Copy link
Author

I'm trying to install it

@sebltm
Copy link

sebltm commented Jun 15, 2021

If you're trying to install this using the command line and you installed the "cmdtest" because Linux prompted you, then you've got the wrong yarn install.
Remove it by doing sudo apt remove cmdtest and then sudo apt autoremove
Then you'll need to install the correct yarn:

echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update
sudo apt install yarn

Then try the install command again cd cerebro && yarn && cd ./app && yarn && cd ../

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants