Skip to content

Conversation

@sulthonuladib
Copy link

@sulthonuladib sulthonuladib commented Nov 19, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: #3191

  • The schematic runner was wrapping the binary path in extra quotes, which caused malformed paths when spawning the process. Also, commands with spaces weren't being split properly into separate arguments.

  • as we can see here

image
  • already tried using multiple nodejs versions, 20, 22 and 24 (LTS latest) and using other node version manager (fnm, nvm, mise) and still resulting the same error.

What is the new behavior?

  • Removed unnecessary quotes around the schematics binary path in SchematicRunner
  • Fixed command argument handling by properly splitting command strings into individual args before passing to spawn()

This ensures paths are resolved correctly and commands execute as expected.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

Just a small fix. The extra quotes were causing issues when node tried to execute the schematics binary.

@sulthonuladib
Copy link
Author

thanks, will close this then

@kamilmysliwiec
Copy link
Member

Might need this open - perhaps this PR in combination with #3128 could address this issue

@sulthonuladib
Copy link
Author

Might need this open - perhaps this PR in combination with #3128 could address this issue

sure, i thought the bug was fixes because #3128 reverted

@sulthonuladib sulthonuladib reopened this Nov 21, 2025
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 this pull request may close these issues.

2 participants