我正在尝试创建一个React应用,但这样做会出错
create-react-app eth-todo-list-react
Creating a new React app in C:\Users\Aristophanes\eth-todo-list-react.
'yarnpkg' is not recognized as an internal or external command,
operable program or batch file.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
'yarnpkg' is not recognized as an internal or external command,
operable program or batch file.
events.js:167
throw er; // Unhandled 'error' event
^
Error: spawn yarnpkg ENOENT
at notFoundError (C:\Users\Aristophanes\node_modules\create-react-app\node_modules\cross-spawn\lib\enoent.js:6:26)
at verifyENOENT (C:\Users\Aristophanes\node_modules\create-react-app\node_modules\cross-spawn\lib\enoent.js:40:16)
at ChildProcess.cp.emit (C:\Users\Aristophanes\node_modules\create-react-app\node_modules\cross-spawn\lib\enoent.js:27:25)
at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
Emitted 'error' event at:
at ChildProcess.cp.emit (C:\Users\Aristophanes\node_modules\create-react-app\node_modules\cross-spawn\lib\enoent.js:30:37)
at Process.ChildProcess._handle.onexit (internal/child_process.js:246:12)
应该说“成功”并初始化一个git仓库。但是我得到了上面的错误。