Skip to content

Conversation

@ramonfincken
Copy link
Contributor

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 )

@ramonfincken
Copy link
Contributor Author

update: I did grep on VERSION_CHECK_FOO , no hit

@ramonfincken ramonfincken force-pushed the patch-update-browsers-bin branch from f94e173 to 738d4fe Compare June 8, 2025 16:59
# 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
Copy link
Member

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?

Copy link
Contributor Author

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"

Copy link
Contributor Author

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

Copy link
Member

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 :)

@Ipstenu
Copy link
Contributor

Ipstenu commented Oct 27, 2025

@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

@Ipstenu Ipstenu added the needs review Probably ready for work, but needs eyes to double check. label Oct 27, 2025
@Ipstenu Ipstenu added this to the 1.1 milestone Oct 27, 2025
@rmccue rmccue merged commit 3e44432 into fairpm:main Nov 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs review Probably ready for work, but needs eyes to double check.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants