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

Yarn executable was not detected in the system. #390

Closed
ziqiaojin opened this issue Sep 28, 2018 · 1 comment
Closed

Yarn executable was not detected in the system. #390

ziqiaojin opened this issue Sep 28, 2018 · 1 comment

Comments

@ziqiaojin
Copy link

I get this error when I run docker-compose build.

Step 12/15 : RUN bash -l -c 'OSS_SECRET_KEY_BASE=dummy RAILS_ENV=production bundle exec rake assets:precompile'
---> Running in 393015a1d594
stdin: is not a tty
Yarn executable was not detected in the system.
Download Yarn at https://yarnpkg.com/en/docs/install
rake aborted!

I have tried install yarn by
https://yarnpkg.com/lang/en/docs/install/#debian-stable
and npm install yarn -g

Do you have any idea?

@ryuzee
Copy link
Owner

ryuzee commented Sep 28, 2018

To build the application, you need to install “bower” and run “bower install” to retrieve required JavaScript libraries.

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

No branches or pull requests

2 participants