我要安装react-create-app. 我正在使用命令:npx create-react-app my-app. 我可以在控制台中看到以下信息:
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template ... added 1374 packages in 4m 163 packages are looking for funding run npm fund for details
什么都没有发生。
node并且npm是最新的
在我刚刚创建的文件夹中,我只能看到node-modules, package, package-lock. 我没有文件src。如何解决这个问题呢?