phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Update angular to v20

Open EdwardMoyse opened this issue 2 months ago • 4 comments

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

EdwardMoyse avatar Oct 28 '25 22:10 EdwardMoyse

 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.

EdwardMoyse avatar Oct 29 '25 08:10 EdwardMoyse

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?

NikhilSharma201 avatar Oct 29 '25 10:10 NikhilSharma201

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: @.***>

EdwardMoyse avatar Oct 29 '25 10:10 EdwardMoyse

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.

NikhilSharma201 avatar Oct 29 '25 16:10 NikhilSharma201

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.

EdwardMoyse avatar Nov 30 '25 15:11 EdwardMoyse