-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Detect yarn in Solus os #3942
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
Detect yarn in Solus os #3942
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
I think we can just check for yarn
command only, in that we never referred to yarnpkg
anywhere else in the codebase.
The main reason for using |
suggest from @pksunkara Co-Authored-By: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
Hadoop YARN will throw for Since we run |
#3941