Update angular to v20
Unfortunately this does not work yet.
When I do yarn start I get
node:worker_threads - Error: Module build failed: UnhandledSchemeError: Reading from "node:worker_threads" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.
but opening here in case anyone has any ideas what I need to change?
cc @9inpachi @sponce @AlphaAbdo @DamianArado
YN0001: │ cypress-plugin-snapshots@git+ssh://[email protected]/meinaart/cypress-plugin-snapshots.git#commit=a8bd88380db56905f5df6fe27cb4eddb7b809b9e: Failed cloning the repository
➤ YN0001: │ Repository URL: ssh://[email protected]/meinaart/cypress-plugin-snapshots.git
➤ YN0001: │ [email protected] Error: Permission denied (publickey).
➤ YN0001: │ Fatal Error: Could not read from remote repository.
➤ YN0001: │ Exit Code: 128
No idea why this works locally but not here... To be continued.
I ran into the same SSH error while testing this branch:
cypress-plugin-snapshots@git+ssh://[email protected]/meinaart/cypress-plugin-snapshots.git
Fatal Error: Could not read from remote repository.
Looks like the dependency is being pulled via SSH, which fails without GitHub SSH access. Would switching to an HTTPS Git URL or publishing a version to npm help make installs more contributor-friendly?
That's a good idea - I think there are forks of cypress-plugin-snapshot
which are on npm. Or indeed, probably https might work. What I don't
understand is what changed to break this? But the main thing is to get it
working again.
On Wed, 29 Oct 2025 at 11:31, NikhilSharma201 @.***> wrote:
NikhilSharma201 left a comment (HSF/phoenix#729) https://github.com/HSF/phoenix/pull/729#issuecomment-3460801673
I ran into the same SSH error while testing this branch:
@.@./meinaart/cypress-plugin-snapshots.git Fatal Error: Could not read from remote repository.
Looks like the dependency is being pulled via SSH, which fails without GitHub SSH access. Would switching to an HTTPS Git URL or publishing a version to npm help make installs more contributor-friendly?
— Reply to this email directly, view it on GitHub https://github.com/HSF/phoenix/pull/729#issuecomment-3460801673, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTTQSLQ2YWTHI7JDLCPZS332CJO7AVCNFSM6AAAAACKPTSBQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTINRQHAYDCNRXGM . You are receiving this because you authored the thread.Message ID: @.***>
Got it, happy to help test any workaround or patch once it's ready. Let me know if you'd like me to try a fork or alternate setup.
Locally at least, this still seems to be failing with:
node:worker_threads - Error: Module build failed: UnhandledSchemeError: Reading from "node:worker_threads" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "node:" URIs.