Description
When scaffolding a new project, I get a strange warning
The project creates correctly, but it's unclear to me why I get this warning, and why all the project templates need to be listed out in the terminal.
Steps to reproduce
- Run
spfx create --template "webpart-react" --component-name "test" --library-name "react" --solution-name "testA" --component-description "test desc"
Expected behavior
I think it should just scaffold the project and that's it. No warning and now template list is needed
Actual behavior
I get an output visible as in the description
CLI version
0.1.0-pre.3
Node.js version
v22.14.0
Operating system
Windows
Template (if applicable)
webpart-react
Additional context
No response
Description
When scaffolding a new project, I get a strange warning
The project creates correctly, but it's unclear to me why I get this warning, and why all the project templates need to be listed out in the terminal.
Steps to reproduce
spfx create --template "webpart-react" --component-name "test" --library-name "react" --solution-name "testA" --component-description "test desc"Expected behavior
I think it should just scaffold the project and that's it. No warning and now template list is needed
Actual behavior
I get an output visible as in the description
CLI version
0.1.0-pre.3
Node.js version
v22.14.0
Operating system
Windows
Template (if applicable)
webpart-react
Additional context
No response