How to run React JS app in Visual studio code tutorial | Download and install react in VS Code 2024

Поделиться
HTML-код
  • Опубликовано: 9 фев 2023
  • How to run your first react js app project in visual studio code using node js is shown
    #reactjs #reactjstutorial #vscode
    npm command: unitedtoptech.com/run-react-j...
  • НаукаНаука

Комментарии • 486

  • @unitedtoptech6288
    @unitedtoptech6288  6 месяцев назад +2

    Check description for the commands used

  • @minimumviablepizza
    @minimumviablepizza 6 месяцев назад +6

    Perfect tutorial. Easy to follow and got me up and running quickly. Good extension recommendations too! 🙏

  • @keshavsainath1142
    @keshavsainath1142 10 месяцев назад +9

    I really loved this tutorial. It was explained in great detail and everything worked perfectly!! Thank you for this!!

  • @Code-Wave1
    @Code-Wave1 4 месяца назад +5

    Thank you so much bro, good tutorial,that was a ggood thing using my first commands on the terminal😄

  • @ricardorivera3385
    @ricardorivera3385 4 месяца назад

    Great tutorial. Others go into VSC without first stating the need for node.js first. The tip about the environmental path was also important.

  • @haseebahmed6278
    @haseebahmed6278 Год назад +2

    Helpful video. Thanks!

  • @zaynebr
    @zaynebr 6 месяцев назад +2

    Thank you very much man, you literaly saved my school project.

  • @davyondo6395
    @davyondo6395 11 месяцев назад +1

    this is what i was looking for!

  • @ronethsandeepa5014
    @ronethsandeepa5014 10 месяцев назад +2

    Good tutorial everything is very clear and understandable. Recomanded

  • @rorisangmakgaka124
    @rorisangmakgaka124 10 месяцев назад +1

    Nice video, thank you so much. It really helped me.

  • @mohapimohoto7354
    @mohapimohoto7354 Месяц назад

    This video is super helpful, I went through 8 videos before my node and npm could start working and this is the only one who helped😂

  • @sravansunkara9145
    @sravansunkara9145 10 месяцев назад +2

    Thank You so much, you saved so much time for me 🙌❤

  • @deeee_veeen
    @deeee_veeen Год назад +5

    Such a beautiful tutorial thank you

  • @sanjays1926
    @sanjays1926 Год назад

    Very Helpfull Thank You All the best .

  • @winnielee5289
    @winnielee5289 9 месяцев назад +1

    best beginner-friendly video

  • @Kreytonchild
    @Kreytonchild 28 дней назад

    thank you so much! I was having an issue to install react when adding it to the terminal. The issue that it needed to be updated as well because it's the first time in awhile that I haven't updated/used it.

    • @unitedtoptech6288
      @unitedtoptech6288  28 дней назад +1

      You're welcome! 😊

    • @unitedtoptech6288
      @unitedtoptech6288  28 дней назад +1

      Were you getting any error message because of this?

    • @Kreytonchild
      @Kreytonchild 28 дней назад

      @@unitedtoptech6288 yeah, at first, it seemed that I did a command prompt check to see what version I had. When I went this option, I was able to update it automatically.
      I'm very new to REACT on VS code and now it gives me an error of logging into the project I'm working on my first react project. I mean by doing the "NPM start" and it's giving me errors to go back into the project. It mentioned about the NPM doesn't seem to have a directory when I try to start it. I've only done Flask/Python with Virtual Environment to go live on the local host and exiting it, but not on REACT.

    • @unitedtoptech6288
      @unitedtoptech6288  28 дней назад

      Yeah maybe you are not inside the right folder, try giving cd command and going to the react project subfolder

  • @ramyam1212
    @ramyam1212 11 месяцев назад

    very helpful video. thanks and well done

  • @valiokvaliokvaliok
    @valiokvaliokvaliok 8 месяцев назад

    Very good job! Loved the tutorial

  • @marcellinusnnamudi9030
    @marcellinusnnamudi9030 Год назад

    Very nice video....
    Thank you very much...

  • @e_lizathefirst
    @e_lizathefirst 7 месяцев назад

    Great video. Very easy to follow the steps. 👌👌

  • @MdSalman-no1zc
    @MdSalman-no1zc 9 месяцев назад

    I spend approx 2.3 hours but only yours video will help me thanks a lot ❤

  • @JavaCodingwithRaju-kv7xc
    @JavaCodingwithRaju-kv7xc 8 месяцев назад

    thanks, sir for the step-by-step guidance

  • @ISOTechEXE
    @ISOTechEXE 3 месяца назад +1

    Music for my ears, EVERY code tutorial must sound like this

  • @ragulvasanthsm885
    @ragulvasanthsm885 Год назад

    Really a Nice Video i done it everything you do sir...👍

  • @swatihd3885
    @swatihd3885 Год назад

    Good one

  • @user-ml6zz8fl4j
    @user-ml6zz8fl4j 4 месяца назад

    A very clean explanation about the content.

  • @ImmyYousafzai
    @ImmyYousafzai 5 месяцев назад

    thnaks, spot on step by step guide. (a little hard to understand the accent but does the job. ) jay ho

  • @freelearning35
    @freelearning35 Год назад

    Great video!

  • @abhinabasen4486
    @abhinabasen4486 11 месяцев назад +16

    npm ERR! code ENOENT
    npm ERR! syscall lstat
    npm ERR! path C:\Users\senab\AppData\Roaming
    pm
    npm ERR! errno -4058
    npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\senab\AppData\Roaming
    pm'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent
    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\senab\AppData\Local
    pm-cache\_logs\2023-06-25T15_13_31_764Z-debug-0.log
    im having this error while having the create-react app command ? how can this be fixed?

    • @unitedtoptech6288
      @unitedtoptech6288  11 месяцев назад +1

      When are you geting this error ? when creating react app or trying to run it ?

    • @mukesh6205
      @mukesh6205 11 месяцев назад +56

      I solved this using the following command.
      npm uninstall -g create-react-app
      then
      npm install -g create-react-app

    • @RajatPatodi
      @RajatPatodi 11 месяцев назад +2

      @@mukesh6205 worked for me too. thanks brother

    • @mukesh6205
      @mukesh6205 11 месяцев назад

      @@RajatPatodi welcome 🤗 bro

    • @tanishabiswas6268
      @tanishabiswas6268 11 месяцев назад +2

      ​@@mukesh6205Thank you so much❤ you saved me

  • @narendrakajla77
    @narendrakajla77 8 месяцев назад

    great video, simple and so straightforward, it helped me and now I am able to use react apps, thanks a lot for your efforts

  • @MalemnganbaTakhellambam
    @MalemnganbaTakhellambam Месяц назад

    very clear explanation sir. thank you so much for your help

  • @user-bq9uy2dh4x
    @user-bq9uy2dh4x Год назад

    very helpful

  • @user-fe5yq5os6f
    @user-fe5yq5os6f 5 месяцев назад

    Very Useful TY !

  • @s0e9p73
    @s0e9p73 8 дней назад

    You should be addressing the error after the first npx create command. It took me a hell lot of time to fix that.

  • @HemlataNagar-rn8cx
    @HemlataNagar-rn8cx 25 дней назад

    Thankyou so much because has a unique explantion . Its really help me

  • @SOSSVT
    @SOSSVT 9 месяцев назад

    i installed all the extension like live server or javascript code snippets and node js before ( ihave made html project without react previously ) before downloading extensions of react in a C folder , will it cause problems if installe react library in D folder ?

    • @unitedtoptech6288
      @unitedtoptech6288  9 месяцев назад

      No extensions are global and will work irrespective of where you open your project folder

  • @robertl.andersonii5926
    @robertl.andersonii5926 3 месяца назад

    You are a lifesaver! Thank you!

  • @warriorsofchhatrapati7098
    @warriorsofchhatrapati7098 2 месяца назад

    Thanks you so much sir! such a wonderful tutorial. ☺☺

  • @oussamatouhami5027
    @oussamatouhami5027 10 месяцев назад

    Thank you so much ! ^^

  • @risavkumarjha6899
    @risavkumarjha6899 8 месяцев назад

    Thanks for Sharing:)

  • @tayyabailyas1257
    @tayyabailyas1257 4 месяца назад

    bro you are a life saver, thank you

  • @lerstom3009
    @lerstom3009 Год назад

    thanks ! good video

  • @just_eri7
    @just_eri7 8 месяцев назад

    thanks for the tutorial!

  • @imperkz96
    @imperkz96 8 месяцев назад

    wonderful

  • @khushisahu9762
    @khushisahu9762 17 дней назад

    Helped a lot....Thank you so much

  • @amberbiswal9223
    @amberbiswal9223 Год назад

    Thank you 👍

  • @taherboudriga9262
    @taherboudriga9262 10 месяцев назад

    can u fix my pb
    npm warn deprecated tar@2.2.2 : this version is no longer supported , and will not recieve security updates. please upgrade asap

    • @unitedtoptech6288
      @unitedtoptech6288  10 месяцев назад

      tar's latest version is 6 I guess now, you need to update it

  • @Olderaccount17
    @Olderaccount17 6 месяцев назад

    I did everything in the video and used "node -v" to verify that node.js was correctly installed, but everytime I wwrite "npx create-react-app myApp" and hit Enter, I get this damn error message:
    npm ERR! code ENOENT
    npm ERR! syscall lstat
    npm ERR! path C:\Users\Invitado 1\AppData\Roaming
    pm
    npm ERR! errno -4058
    npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\Invitado 1\AppData\Roaming
    pm'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent
    Any ideas? It would seem to suggest that it's looking for the *npm* file in C:\Users\Invitado 1\AppData\Roaming\ , but the npm and npx (and other) files were installed in "C:\Program Files
    odejs" in my computer. Maybe I need to change the path the terminal uses? I've no idea how to do that though. Very frustrating.

    • @unitedtoptech6288
      @unitedtoptech6288  6 месяцев назад

      C:\Users\Invitado 1\AppData\Roaming\ go to this path, create an empty folder named npm , restart vs code and run the command now

  • @user-ym6xj5ie2l
    @user-ym6xj5ie2l 3 месяца назад

    such a wonderful and easy explaination

  • @user-dr4tz2hq1c
    @user-dr4tz2hq1c 9 дней назад

    Thank you for the video. Very helpful

  • @GameforPeace31
    @GameforPeace31 8 месяцев назад

    cd. : The term 'cd.' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + cd. First-project
    + ~~~
    + CategoryInfo : ObjectNotFound: (cd.:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
    there is issue with me

  • @LegendUnleashed
    @LegendUnleashed 2 месяца назад

    Great tutorial, thank you!

  • @athiraathi4715
    @athiraathi4715 9 месяцев назад

    Useful video❤

  • @LeoRevenant999
    @LeoRevenant999 5 месяцев назад

    7:42 I'm getting error,
    errno -4058
    npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\MyPC\AppData\Roaming
    pm'
    npm ERR! enoent This is related to npm not being able to find a file.

    • @unitedtoptech6288
      @unitedtoptech6288  5 месяцев назад +3

      go inside that Roaming folder and creare a new folder named npm and restart vs code

    • @solidninja
      @solidninja Месяц назад

      @@unitedtoptech6288 its working Thanks !

    • @unitedtoptech6288
      @unitedtoptech6288  Месяц назад

      Great

  • @nikhil9703
    @nikhil9703 Год назад

    this is really really helpful thank you sir

  • @P_r_o_p_l_a_y
    @P_r_o_p_l_a_y Месяц назад

    Those who are getting error while npx command like module not found
    Copy path upto roaming and search in file manager and created new folder named npm it works fine

  • @amishamallick468
    @amishamallick468 6 месяцев назад

    I installed the extension but when I run a react program it just show code language not supported or defined.. Is there any solution for it

  • @christ4ever809
    @christ4ever809 2 месяца назад

    'npx' is not recognized as an internal or external command,
    operable program or batch file.
    I am getting this error When I run create react app code in the terminal. help!

    • @unitedtoptech6288
      @unitedtoptech6288  2 месяца назад

      can you please check if you have addded node js path in environment variable?

    • @ohm_chiluka
      @ohm_chiluka 2 месяца назад

      its a very common problem,go to the path specified there in the users and then find the AppData file in it (it might be hidden so change options to show hidden folders ) and create a file called 'npm' .
      it will work after this

    • @christ4ever809
      @christ4ever809 2 месяца назад

      thanks man@@ohm_chiluka

    • @unitedtoptech6288
      @unitedtoptech6288  2 месяца назад +1

      Great!

  • @Diana-ul1lc
    @Diana-ul1lc Год назад

    Thank you!

  • @pavithravavilapalli275
    @pavithravavilapalli275 3 месяца назад

    I'm getting an error at 7:45 sec after running command npx create-react-app first-project. Kindly help me out

  • @pedrohenriqueleite2146
    @pedrohenriqueleite2146 11 месяцев назад

    I like the video

  • @suvanpattnaik6492
    @suvanpattnaik6492 5 месяцев назад

    hey man,, i used the following steos that you used until putting in the npx command into your VS Code Terminal, but it isnt working for me instead showing error. It also shows "The term 'npx' is not recognized as the name of a cmdlet, function, script file, or operable program."

    • @deviprasadg3990
      @deviprasadg3990 5 месяцев назад

      Bro same problem do you know how to solve

    • @unitedtoptech6288
      @unitedtoptech6288  5 месяцев назад +1

      C:\Users\”system user name”\AppData\Roaming
      pm try adding this path to env variable and restart vscode

    • @nirmalnehru7788
      @nirmalnehru7788 3 месяца назад

      @@unitedtoptech6288 I didn't the npm file or folder in the path what in can do??

    • @unitedtoptech6288
      @unitedtoptech6288  3 месяца назад

      Try creating a new folder named npm

    • @thejas1909
      @thejas1909 Месяц назад

      @@unitedtoptech6288 hi i have encountered the same problem if you please help me out it would be great

  • @daviswilliam8678
    @daviswilliam8678 8 месяцев назад

    Please I'm getting this error npx: The term npx is not recognised as the name of a cmdlet, function, script file,or operable program.check the spelling of the name,or if a path was included, verify that the path is correct and try again

    • @unitedtoptech6288
      @unitedtoptech6288  8 месяцев назад +1

      C:\Users\”system user name”\AppData\Roaming
      pm add this path to environment variables, replace your system name folder in the quoted space

    • @Nayak_20__
      @Nayak_20__ 7 месяцев назад

      ​@@unitedtoptech6288im getting this error
      PS C:\Users\Deepit\Desktop\New folder (3)\New folder (4)> npx create-react-app amazon-clone
      npm ERR! code ENOENT
      npm ERR! syscall lstat
      npm ERR! path C:\Users\Deepit\AppData\Roaming
      pm
      npm ERR! errno -4058
      npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\Deepit\AppData\Roaming
      pm'
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent
      npm ERR! A complete log of this run can be found in: C:\Users\Deepit\AppData\Local
      pm-cache\_logs\2023-10-07T18_03_44_013Z-debug-0.log
      PS C:\Users\Deepit\Desktop\New folder (3)\New folder (4)>

    • @unitedtoptech6288
      @unitedtoptech6288  7 месяцев назад

      You need to create an empty folder named npm under that appdata/roaming folder path

  • @user-nk6ib1rz9v
    @user-nk6ib1rz9v 7 месяцев назад

    very usefull

  • @keerthanarajamani-bv2mg
    @keerthanarajamani-bv2mg 4 месяца назад

    Error: Cannot find module 'C:\Users\clear-npx-cache\bin\clear-npx-cache.js'
    Can you give this a solution

  • @ashoksaipudi6999
    @ashoksaipudi6999 11 месяцев назад +1

    Bro can you please fix my error
    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\Ashok sai\AppData\Local
    pm-cache\_logs\2023-06-30T16_26_53_501Z-debug-0.log
    PS C:\Users\Ashok sai\Desktop\React> npm start
    npm ERR! code ENOENT
    npm ERR! syscall open
    npm ERR! path C:\Users\Ashok sai\Desktop\React/package.json
    npm ERR! errno -4058
    npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Ashok sai\Desktop\React\package.json'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent
    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\Ashok sai\AppData\Local
    pm-cache\_logs\2023-06-30T16_27_33_472Z-debug-0.log

    • @unitedtoptech6288
      @unitedtoptech6288  11 месяцев назад

      Did u use the cd command before using npm start?

    • @lellanari5761
      @lellanari5761 11 месяцев назад

      Bro I am also coming like that what can I do

    • @unitedtoptech6288
      @unitedtoptech6288  4 месяца назад

      did you try cd with ur project name bro?

  • @gadaramjayakrishna9376
    @gadaramjayakrishna9376 8 месяцев назад

    Sir, In system variables after clicking the path there is unable click edit option . What's the reason ?

    • @unitedtoptech6288
      @unitedtoptech6288  8 месяцев назад

      Try in user variables then, are you the system admin?

  • @Mohammed-hg6kw
    @Mohammed-hg6kw 3 месяца назад

    I'm having an error running the npm command, I tried clean reinstalling VS code and Node as well but it still show's errors.
    It displays something like npm ERR! CODE: ENOENT , please guide me with this issue

    • @unitedtoptech6288
      @unitedtoptech6288  3 месяца назад +1

      Can you please paste the whole error?

    • @user-ym6xj5ie2l
      @user-ym6xj5ie2l 3 месяца назад

      broo i got same error, did you get solved

    • @unitedtoptech6288
      @unitedtoptech6288  3 месяца назад

      bro paste it here fully

    • @Mohammed-hg6kw
      @Mohammed-hg6kw 3 месяца назад

      ​@@user-ym6xj5ie2l Yeah actually I solved it, it was due to deprecated tar@2.2.2 ...for at least it was this issue

    • @Mohammed-hg6kw
      @Mohammed-hg6kw 3 месяца назад

      ​@@user-ym6xj5ie2lyou can solve it by following these steps-
      In the terminal type -
      npm install -g npm@latest
      npm outdated
      npm update
      npm install tar@latest

  • @user-yw8dm7df3g
    @user-yw8dm7df3g Год назад

    Thanks

  • @user-bc9ni9tx9q
    @user-bc9ni9tx9q 11 месяцев назад

    I'm getting this error npx: The term npx is not recognised as the name of a cmdlet, function, script file,or operable program.check the spelling of the name,or if a path was included, verify that the path is correct and try again

    • @unitedtoptech6288
      @unitedtoptech6288  11 месяцев назад

      You need to ask node js and npm paths to the environment variables

    • @aayushjain7494
      @aayushjain7494 10 месяцев назад

      @@unitedtoptech6288 I am getting the same error. How to ask node js and npm paths to the environment variable?

    • @unitedtoptech6288
      @unitedtoptech6288  4 месяца назад

      I have shown adding node js path

  • @user-qf5wx1oc2y
    @user-qf5wx1oc2y 2 месяца назад

    I really appreciate this video helps me a lot

  • @adhisnehareddy3935
    @adhisnehareddy3935 7 месяцев назад

    npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
    changed 67 packages in 3s
    5 packages are looking for funding
    run `npm fund` for details
    PS C:\Users\Dell\OneDrive\Desktop
    eact project>
    i am facing this while running the command, how to solve?

  • @ChandniSharma-pr4kk
    @ChandniSharma-pr4kk 10 месяцев назад

    Thank u so much ❤

  • @yamunanaramsetti5418
    @yamunanaramsetti5418 8 месяцев назад

    When im trying to create new react app, i got this type of error , what will i do?
    npm ERR! code ENOENT
    npm ERR! syscall lstat
    npm ERR! path C:\Users\jagad\AppData\Roaming
    pm
    npm ERR! errno -4058
    npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\jagad\AppData\Roaming
    pm'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent
    npm ERR! A complete log of this run can be found in: C:\Users\jagad\AppData\Local
    pm-cache\_logs\2023-09-21T06_06_20_921Z-debug-0.log

    • @unitedtoptech6288
      @unitedtoptech6288  8 месяцев назад +1

      You need to go inside that appdata
      oaming folder as shown in the error message and check if npm folder is present, if not create a folder named npm

    • @yamunanaramsetti5418
      @yamunanaramsetti5418 8 месяцев назад

      @@unitedtoptech6288 yes, I created npm folder

    • @yamunanaramsetti5418
      @yamunanaramsetti5418 8 месяцев назад

      Now it is resolved

    • @unitedtoptech6288
      @unitedtoptech6288  8 месяцев назад

      Cool!!

    • @haris4392
      @haris4392 5 месяцев назад

      ​@@yamunanaramsetti5418how to do that i cant do can u explain me pls

  • @priyankasrivastava9996
    @priyankasrivastava9996 7 месяцев назад

    Thank you sir♥️

  • @rahulpawar5927
    @rahulpawar5927 5 месяцев назад

    great video. The npm doesnt detect the 'npm' in c\users\hp\app data
    oaming after the npx create-react-app my-app command. Plz provide a solution for it.

    • @unitedtoptech6288
      @unitedtoptech6288  5 месяцев назад

      Can you please paste the full error?

    • @SamHocking
      @SamHocking 2 месяца назад

      @@unitedtoptech6288 I receive the npm error too. Not sure how to resolve it.
      npm ERR! code ENOENT
      npm ERR! syscall lstat
      npm ERR! path C:\Users\{user}\AppData\Roaming
      pm
      npm ERR! errno -4058
      npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\{user}\AppData\Roaming
      pm'
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent

    • @unitedtoptech6288
      @unitedtoptech6288  2 месяца назад

      go inside roaming folder and create a new folder named npm

  • @NovemberXXI
    @NovemberXXI Год назад +21

    Everytime I try creating a react app I keep getting an error about 233 packages need funding, run “npm fund” etc, how can I fix this?

    • @unitedtoptech6288
      @unitedtoptech6288  Год назад +4

      No idea bro, try searching in stackoverflow they seem to have some solutions

    • @josephquintiliano2904
      @josephquintiliano2904 Год назад

      Asking for bread since it’s a free open source

    • @ambarishambarish3554
      @ambarishambarish3554 11 месяцев назад +1

      Same problem bro how to solve this problem pls any help me solve this

    • @NovemberXXI
      @NovemberXXI 11 месяцев назад +1

      @@ambarishambarish3554 I don’t quite remember, I just kept trying and fixing with the directions provided on the terminal, if you read the error correctly there is where you are told to fix the issue

    • @AnshuKumar-dq7kq
      @AnshuKumar-dq7kq 10 месяцев назад

      @novemberxxi6092

  • @P_r_o_p_l_a_y
    @P_r_o_p_l_a_y Месяц назад +1

    throw err;
    ^
    Error: Cannot find module 'C:\Users\Adarsh\AppData\Roaming
    pm
    ode_modules
    pm\bin
    px-cli.js'
    getting this error

    • @unitedtoptech6288
      @unitedtoptech6288  Месяц назад

      C:\Program Files
      odejs , add this path in env variable, replacing the old one

    • @P_r_o_p_l_a_y
      @P_r_o_p_l_a_y Месяц назад

      Bro error solved copied that path upto roaming and searched in file manager and created new folder named npm working now

    • @unitedtoptech6288
      @unitedtoptech6288  Месяц назад

      Ohh okay bro cool

    • @unitedtoptech6288
      @unitedtoptech6288  Месяц назад

      Hii bro one small doubt, what command did you run in terminal to get this error?

    • @P_r_o_p_l_a_y
      @P_r_o_p_l_a_y Месяц назад

      ​@@unitedtoptech6288 npx create-create-app first-project

  • @ramashish294
    @ramashish294 Год назад

    Thanku dude

  • @derdart_
    @derdart_ 11 месяцев назад +1

    thanks so much

  • @omkr19
    @omkr19 Месяц назад

    Need to install the following packages:
    Create-react-app@5.0.1
    Ok to proced? (y)
    How to bug the error??

  • @prabodjayaneth23
    @prabodjayaneth23 7 месяцев назад

  • @FunnyButTrue
    @FunnyButTrue Год назад

    I'm still getting an error code when I run the npx project name code

  • @awkwardavacadoo
    @awkwardavacadoo 18 дней назад

    omygod thankyou so much 😭🙏🏼🙏🏼🙏🏼🙏🏼💗💗💗💗

  • @AnshuKumar-dq7kq
    @AnshuKumar-dq7kq 10 месяцев назад

    Thank bro❤❤

  • @dr-levi
    @dr-levi 8 месяцев назад

    thankyou man

  • @agx111
    @agx111 8 месяцев назад +1

    best , helped a lot trying to this for 3 hours 😭😭😭

  • @achrafd3688
    @achrafd3688 6 месяцев назад +1

    what about npm install -g create-react-app ?

  • @pranjalnama2420
    @pranjalnama2420 Год назад

    thank you

  • @user-sx5nz8eq7j
    @user-sx5nz8eq7j 16 дней назад

    thank you very helpful

  • @user-be2sh1yh7x
    @user-be2sh1yh7x 7 месяцев назад

    thanks bro

  • @benteljanoub-lw5so
    @benteljanoub-lw5so 3 месяца назад

    i don't understand why to install node js ? is it necessseary to work with react js?

    • @unitedtoptech6288
      @unitedtoptech6288  3 месяца назад

      Yeah it is necessary for installing npm packages and if you do any backend code

  • @12-1bsantillanradzs.5
    @12-1bsantillanradzs.5 Год назад

    help me how to fix this ( 6 high severity vulnerabilities?)

  • @vaishalipatil4939
    @vaishalipatil4939 Год назад

    The term npx is not recognised it is comming what to after pasting a command

  • @ksaishankar5576
    @ksaishankar5576 8 дней назад

    Thanks for the video

  • @sudeepkarki4918
    @sudeepkarki4918 7 месяцев назад

    PS C:\Users\HP\Desktop\ultimate-react-course-main> npx create-react-app@5 pizza-menu
    npm ERR! code ENOENT
    npm ERR! syscall lstat
    npm ERR! path C:\Users\HP\AppData\Roaming
    pm
    npm ERR! errno -4058
    npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\HP\AppData\Roaming
    pm'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent
    i'm getting this error how to solve it ?

    • @unitedtoptech6288
      @unitedtoptech6288  7 месяцев назад

      go to appdata/roaming folder and create a new folder named npm

  • @joshijose7600
    @joshijose7600 2 месяца назад

    👍👌

  • @sinegaelumalai5562
    @sinegaelumalai5562 4 месяца назад +1

    Thank you ..

  • @vinakathakur7021
    @vinakathakur7021 Месяц назад

    Thankyou 🎉

  • @seanmercardo0054
    @seanmercardo0054 4 месяца назад

    Thank You!