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

is-stream converted to pure ESM #15

Open
EcksDy opened this issue Sep 26, 2023 · 0 comments · May be fixed by #16
Open

is-stream converted to pure ESM #15

EcksDy opened this issue Sep 26, 2023 · 0 comments · May be fixed by #16

Comments

@EcksDy
Copy link

EcksDy commented Sep 26, 2023

Heya!

I've stumbled upon this library and intend to give the multi root workspaces setup you've done a try.
It's great work as far as I can tell, thank you for taking the time and publishing!

Unfortunately is-stream dependency has converted to pure ESM in their 3.0.0 version.
I've mitigated it via package.json overrides:

  "overrides": {
    "is-stream": "2.0.1"
  },

I'll open a PR with the downgrade in case you'd want to merge this.

The other approach is to try and dynamically import the module, but I had issues with the setup when I tried to do it that way.

@EcksDy EcksDy linked a pull request Sep 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant