-
Notifications
You must be signed in to change notification settings - Fork 38
Patch update browsers bin #44
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
Conversation
|
update: I did grep on VERSION_CHECK_FOO , no hit |
Signed-off-by: Ramon Fincken <[email protected]>
Signed-off-by: Ramon Fincken <[email protected]>
f94e173 to
738d4fe
Compare
| # Update the browser regex in the version check script. | ||
| # | ||
| # Uses a browserslist query to generate this data. | ||
| # Needs you to run `npx browserslist-useragent-regexp "defaults, unreleased versions"` before first use |
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.
Hmm, why is this required, because npx prompts for install?
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.
Yes correct. I needed to enter "y"
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.
so I have npm/npx installed. But the command needed a one time only "y" manual enter to work
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.
Got it; instead of this comment, let's add --yes to the npx command which should ensure it runs automatically instead :)
|
@rmccue Does the code change need to be in this PR? If not, let's see if we can get this in for 1.1 |
We do not need the line VERSION_CHECK_FOO on ubuntu. Please double check if this is the case for all OS'es.
Also , before running ... you need to actually run npx manually, otherwhise the $() command waits forever to say "yes"
this might be "solved" by doing this with pipe yes ( | yes )