React npx create-react-app <my-app>

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adam024
    New Member
    • Nov 2020
    • 1

    React npx create-react-app <my-app>

    Guys please i need some help , when i write npx create-react-app <my-app> this is what's happened


    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.

    Try the new cross-platform PowerShell https://aka.ms/pscore6

    PS C:\Users\ADAM> cd Desktop
    PS C:\Users\ADAM\D esktop> cd react-folder
    PS C:\Users\ADAM\D esktop\react-folder> npx create-react-app hello

    Creating a new React app in C:\Users\ADAM\D esktop\react-folder\hello.

    Installing packages. This might take a couple of minutes.
    Installing react, react-dom, and react-scripts with cra-template...

    yarn add v1.22.10
    [1/4] Resolving packages...
    info There appears to be trouble with your network connection. Retrying...
    [2/4] Fetching packages...
    info fsevents@1.2.13 : The platform "win32" is incompatible with this module.
    info "fsevents@1.2.1 3" is an optional dependency and failed compatibility check. Excluding it from installation.
    info fsevents@2.1.3: The platform "win32" is incompatible with this module.
    info "fsevents@2.1.3 " is an optional dependency and failed compatibility check. Excluding it from installation.
    info fsevents@2.2.1: The platform "win32" is incompatible with this module.
    info "fsevents@2.2.1 " is an optional dependency and failed compatibility check. Excluding it from installation.
    [3/4] Linking dependencies...
    warning "react-scripts > @typescript-eslint/eslint-plugin > tsutils@3.17.1" has unmet peer dependency "typescript@>=2 .8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
    [4/4] Building fresh packages...
    success Saved lockfile.
    success Saved 29 new dependencies.
    info Direct dependencies
    ├─ cra-template@1.1.0
    ├─ react-dom@17.0.1
    ├─ react-scripts@4.0.0
    └─ react@17.0.1
    info All dependencies
    ├─ @babel/plugin-proposal-decorators@7.12 .1
    ├─ @babel/plugin-syntax-decorators@7.12 .1
    ├─ @babel/plugin-syntax-flow@7.12.1
    ├─ @babel/plugin-transform-flow-strip-types@7.12.1
    ├─ @babel/plugin-transform-runtime@7.12.1
    ├─ @babel/plugin-transform-typescript@7.12 .1
    ├─ @babel/preset-typescript@7.12 .1
    ├─ babel-plugin-named-asset-import@0.3.7
    ├─ babel-preset-react-app@10.0.0
    ├─ cli-width@3.0.0
    ├─ confusing-browser-globals@1.0.10
    ├─ core-js@3.7.0
    ├─ cra-template@1.1.0
    ├─ eslint-config-react-app@6.0.0
    ├─ filesize@6.1.0
    ├─ fork-ts-checker-webpack-plugin@4.1.6
    ├─ immer@7.0.9
    ├─ inquirer@7.3.3
    ├─ promise@8.1.0
    ├─ react-app-polyfill@2.0.0
    ├─ react-dev-utils@11.0.0
    ├─ react-dom@17.0.1
    ├─ react-error-overlay@6.0.8
    ├─ react-scripts@4.0.0
    ├─ react@17.0.1
    ├─ run-async@2.4.1
    ├─ rxjs@6.6.3
    ├─ scheduler@0.20. 1
    └─ whatwg-fetch@3.5.0
    Done in 115.19s.





    and when i try to start my project i don't find the src folder and other react folder.
  • sabre
    New Member
    • Nov 2020
    • 1

    #2
    всем привет! я рад быть на этом форуме. спасибо вам

    Comment

    Working...