标签: create-react-app
我正在使用npx create-react-app my-app在Visual Studio代码中生成一个新的react应用程序,但是npx代替了yarn add并显示了并继续安装过程,但是yarn确实完成了该过程。
npx create-react-app my-app
npx
yarn add
但是我的问题是,如果我只想使用npx,或者我的命令行有问题,我该如何禁用yarn。
谢谢!
以下是屏幕截图: