'C:\Users...' 使用 Yarn 启动项目时未被识别为内部命令

'C:\Users...' is not recognized as an internal command when starting a project with Yarn

我正在尝试使用命令 yarn create react-app ReportingApp --template typescript 使用 Yarn 启动一个项目,但是它说无法识别我的用户:

我还尝试在 windows 变量(路径)中添加路径。但是,我仍然收到错误消息。

我以前看到过这个问题,我通过用 Windows 中的用户 ID 替换我的用户名“Gabriel Donada”来修复它,但我还没有找到如何再次解决这个问题。

不确定发生了什么,但我使用 npx create react-app ReportingApp --template typescript

作为解决方法启动应用程序