create-react-app无法生成公共文件夹和src文件夹,也不会显示警告UNMET PEER DEPENDENCY

时间:2020-07-26 06:24:33

标签: reactjs create-react-app

我是初学者。.尝试create-react-app

create-react-app无法生成publicsrc文件夹,因此无法启动。

我使用以下步骤创建了React项目:

npx create-react-app new
cd new
npm start

版本:-

"Node": 12.18.2
"npm": 6.14.7

依赖项

    "cra-template": "1.0.3",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-scripts": "3.4.1"

This is the output of command prompt

This is the output of files which are created.

0 个答案:

没有答案