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

Fix build for example script #4286

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Fix build for example script #4286

merged 1 commit into from
Jun 27, 2024

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Jun 26, 2024

This example seems to have been broken by the switch to Typescript. We can't just symlink in ../.. because that gives us the typescript version of the source, which, obviously, doesn't work in node.

Instead, make sure we use a prebuilt version of the js-sdk.

It's actually even more broken as of js-sdk 33.0.0, thanks to the switch to ES modules (#4187), but we'll get to that later.

This example seems to have been broken by the switch to Typescript. We can't
just symlink in `../..` because that gives us the typescript version of the
source, which, obviously, doesn't work in node.

Instead, make sure we use a prebuilt version of the js-sdk.

It's actually even more broken as of js-sdk 33.0.0, thanks to the switch to ES
modules (#4187), but we'll get to that later.
@richvdh richvdh marked this pull request as ready for review June 26, 2024 17:15
@richvdh richvdh requested a review from a team as a code owner June 26, 2024 17:15
@richvdh richvdh requested review from dbkr and robintown June 26, 2024 17:15
@richvdh richvdh added this pull request to the merge queue Jun 27, 2024
Merged via the queue into develop with commit d90292b Jun 27, 2024
32 checks passed
@richvdh richvdh deleted the rav/pin_js_sdk_for_example branch June 27, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants