操作系统:
使用 npx 创建反应应用程序的Windows我编写了以下命令:
npx create-react-app myapp
Run Code Online (Sandbox Code Playgroud)
它显示此错误:
npm ERR! Could not install from "myusername\AppData\Roaming\npm-cache\_npx\19748" as it does not contain a package.json file.
Run Code Online (Sandbox Code Playgroud)
我该如何解决?