Does anyone have advice on how to get around this?

When I use “yarn create redwood-app xxxxx” I get the below messages. From what I’m seeing online, this should be a Windows 11 issue, I’m on Windows 10. I did attempt the fix and all it did was to break node so I’m not sure what I should be doing. Any suggestions?

‘chcp’ is not recognized as an internal or external command,
operable program or batch file.
Telemetry startup error
Error: Command failed: wmic os get Caption
‘wmic’ is not recognized as an internal or external command,
operable program or batch file.

what version of Node you’re using?

usually when i face problem with installation, its always caused by my node version. now i have to use nvm to manage my node :sweat_smile:

1 Like

Thanks for the reply. The cause turned out to be something happened to my PATH statement in the environment variables. I replaced it and now it works.

2 Likes