-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Uncaught Error: Not implemented: Pipe.prototype.listen - Windows #25867
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
Comments
It's a compatibility issue. This API is not yet supported in Deno. |
ok. At least I got that question out of the way :D |
Is there a workaround or something? |
I'm not really familiar with internals of |
Steps to reproduce:
Output will be the same as in the post above. Error originates from the A "support NX" issue was previously closed, but it seems like it doesn't work correctly yet: #22966 |
Just to update it is still around in 2.0.4 |
Using Deno
Contents of
|
this'll also make |
This changeset creates a new pattern in the bins to allow calling other entry points (such as cache-unzip) when compiled. For now this pattern is only applied to cache-unzip but will be used for all other spawned processes in the future. Some notes: - Does not work on Windows because of the lack of detached process support on the platform in Deno (denoland/deno#25867). On Windows the main process will remain open while the cache is being unzipped. - There is a smoke test to ensure the cache is always unzipped, but there is a failure on Windows that is being skipped for now. A follow-up PR will be created to debug and fix that test.
Version: Deno 2.0.0-rc.5 (release candidate, release, x86_64-pc-windows-msvc)
When I run
deno run -A .\node_modules\nx\bin\nx.js serve projectName
I get the following error
Is that a compatibility issue, a nx issue or a windows issue?
The text was updated successfully, but these errors were encountered: