-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
[Bug]: better-opn
is bundled and therefore openChrome.applescript
is missing.
#29123
Labels
Comments
openChrome.applescript
is missing.better-opn
is bundled and therefore openChrome.applescript
is missing.
Confirmed: patching the package fixes the issue.
|
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
As titled. Setting
OPEN_MATCH_HOST_ONLY
has no effect, asbetter-opn
always fails.Logging the error within
better-opn
:Script missing from
../
:Fix
Placing
openChrome.applescript
in the root ofcore-server
fixes the issue. But I doubt this is what you'd want to do.Reproduction link
https://storybook.js.org
Reproduction steps
storybook
launch script withcross-env
inpackage.json
:"storybook": "cross-env BROWSER=\"google chrome\" OPEN_MATCH_HOST_ONLY=true storybook dev -p 6006"
yarn storybook
- browser tab is not reused.Fix:
openChrome.applescript
tonode_modules/@storybook/core/dist/openChrome.applescript
yarn storybook
- browser tab is reused.System
Additional context
No response
The text was updated successfully, but these errors were encountered: