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

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • How to run your first react js app project in visual studio code using node js is shown
    #reactjs #reactjstutorial #vscode

КОМЕНТАРІ • 588

  • @bhavanatallapaka3166
    @bhavanatallapaka3166 Місяць тому +3

    npx : The term 'npx' 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
    + npx create-react-app my-reactapp
    + ~~~
    + CategoryInfo : ObjectNotFound: (npx:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
    I am getting this error.

  • @minimumviablepizza
    @minimumviablepizza 9 місяців тому +8

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

  • @kirtisingh8947
    @kirtisingh8947 Рік тому +4

    If someone is getting an error while entering npx create-react-app my-app
    So please first write
    nmp uninstall -g create-react-app
    nmp install -g create-react-app
    Enter

  • @keshavsainath1142
    @keshavsainath1142 Рік тому +10

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

    • @unitedtoptech6288
      @unitedtoptech6288  Рік тому

      You are so welcome!!!

    • @Pppupu6858
      @Pppupu6858 2 місяці тому

      ​@@unitedtoptech6288 bro even after putting the path its showing nodejs not recognized

  • @Code-Wave1
    @Code-Wave1 6 місяців тому +5

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

  • @abhinabasen4486
    @abhinabasen4486 Рік тому +17

    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  Рік тому +2

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

    • @mukesh6205
      @mukesh6205 Рік тому +65

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

    • @RajatPatodi
      @RajatPatodi Рік тому +2

      @@mukesh6205 worked for me too. thanks brother

    • @mukesh6205
      @mukesh6205 Рік тому

      @@RajatPatodi welcome 🤗 bro

    • @tanishabiswas6268
      @tanishabiswas6268 Рік тому +2

      ​@@mukesh6205Thank you so much❤ you saved me

  • @ISOTechEXE
    @ISOTechEXE 6 місяців тому +1

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

  • @erycsaprones4514
    @erycsaprones4514 10 днів тому

    you deserve more than one following from me... you are very straight to the point and you have helped me a lot. I can't thank you enough

  • @mohapimohoto7354
    @mohapimohoto7354 4 місяці тому

    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😂

  • @gurram.lakshmitulasi
    @gurram.lakshmitulasi Місяць тому +1

    Hello sir...what should I do if I get an error saying "npx is not recognized",I followed all your steps but still getting this error and I don't know why...please help me out...😔

  • @miielli
    @miielli 9 місяців тому +2

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

  • @ricardorivera3385
    @ricardorivera3385 7 місяців тому

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

  • @s0e9p73
    @s0e9p73 3 місяці тому +1

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

    • @unitedtoptech6288
      @unitedtoptech6288  3 місяці тому

      What was the error? I did not get any

    • @userhope18
      @userhope18 2 місяці тому

      how did you fix it?

    • @unitedtoptech6288
      @unitedtoptech6288  2 місяці тому

      Can you paste the whole error here?

    • @KOTATHARUNKOTATHARUN
      @KOTATHARUNKOTATHARUN 3 дні тому

      @@unitedtoptech6288 npm error code ENOENT
      npm error syscall lstat
      npm error path C:\Users\Tharu\AppData\Roaming
      pm
      npm error errno -4058
      npm error enoent ENOENT: no such file or directory, lstat 'C:\Users\Tharu\AppData\Roaming
      pm'
      npm error enoent This is related to npm not being able to find a file.
      npm error enoent

    • @unitedtoptech6288
      @unitedtoptech6288  3 дні тому

      go to this path C:\Users\Tharu\AppData\Roaming\ and create an empty folder named npm

  • @ronethsandeepa5014
    @ronethsandeepa5014 Рік тому +2

    Good tutorial everything is very clear and understandable. Recomanded

  • @deeee_veeen
    @deeee_veeen Рік тому +5

    Such a beautiful tutorial thank you

  • @P_r_o_p_l_a_y
    @P_r_o_p_l_a_y 4 місяці тому +1

    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

    • @unitedtoptech6288
      @unitedtoptech6288  4 місяці тому

      yes

    • @aszrvl
      @aszrvl 9 днів тому

      how to do this?

    • @unitedtoptech6288
      @unitedtoptech6288  9 днів тому

      go inside roaming folder, create a new folder and name it npm, you will have the full path of this folder in your error message

  • @winnielee5289
    @winnielee5289 Рік тому +1

    best beginner-friendly video

  • @NovemberXXI
    @NovemberXXI Рік тому +27

    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 Рік тому +2

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

    • @NovemberXXI
      @NovemberXXI Рік тому +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 Рік тому

      @novemberxxi6092

  • @HemlataNagar-rn8cx
    @HemlataNagar-rn8cx 3 місяці тому +1

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

  • @haseebahmed6278
    @haseebahmed6278 Рік тому +2

    Helpful video. Thanks!

  • @sravansunkara9145
    @sravansunkara9145 Рік тому +2

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

  • @ApurvaAthawale-i5r
    @ApurvaAthawale-i5r 2 місяці тому

    it's just perfect this video was very useful for me today, I had to submit my task today itself due to this video got my work submitted

  • @davyondo6395
    @davyondo6395 Рік тому +1

    this is what i was looking for!

  • @Kreytonchild
    @Kreytonchild 3 місяці тому

    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  3 місяці тому +1

      You're welcome! 😊

    • @unitedtoptech6288
      @unitedtoptech6288  3 місяці тому +1

      Were you getting any error message because of this?

    • @Kreytonchild
      @Kreytonchild 3 місяці тому

      @@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  3 місяці тому

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

  • @JokoLane
    @JokoLane 2 місяці тому

    it still says error: npx : The term 'npx' 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
    + npx create-react-app first-project
    + ~~~
    + CategoryInfo : ObjectNotFound: (npx:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @unitedtoptech6288
      @unitedtoptech6288  2 місяці тому

      You need to add the path appdata/roaming/npm in environment variable and rerun

  • @rorisangmakgaka124
    @rorisangmakgaka124 Рік тому +1

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

  • @educationrevolution9561
    @educationrevolution9561 Місяць тому

    npx create-react-app
    when i'm pasted this in new terminal its created alots of error. tell me what can i do

  • @NiteshKumar-xy6no
    @NiteshKumar-xy6no 17 днів тому

    Thanks brother, love from India ❤

  • @achrafd3688
    @achrafd3688 9 місяців тому +1

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

  • @pattubaby1654
    @pattubaby1654 Місяць тому

    Super bro its awesome to explain clearly and neatly 😊 and easy to understand

  • @giorgichikovani6012
    @giorgichikovani6012 2 місяці тому

    npx create-react-app command is deprecated and no longer being maintained, mostly common used technologies now are next or vite

  • @sanjays1926
    @sanjays1926 Рік тому

    Very Helpfull Thank You All the best .

  • @ImmyYousafzai
    @ImmyYousafzai 8 місяців тому

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

  • @ragulvasanthsm885
    @ragulvasanthsm885 Рік тому

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

  • @user-ml6zz8fl4j
    @user-ml6zz8fl4j 7 місяців тому

    A very clean explanation about the content.

  • @valiokvaliokvaliok
    @valiokvaliokvaliok 11 місяців тому

    Very good job! Loved the tutorial

  • @sateIIitepilot
    @sateIIitepilot Місяць тому

    This was super helpful!

  • @__commentry_812
    @__commentry_812 2 місяці тому

    When click windows installer chrome shows a privacy error
    What i do🤔

  • @P_r_o_p_l_a_y
    @P_r_o_p_l_a_y 4 місяці тому +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  4 місяці тому

      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 4 місяці тому

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

    • @unitedtoptech6288
      @unitedtoptech6288  4 місяці тому

      Ohh okay bro cool

    • @unitedtoptech6288
      @unitedtoptech6288  4 місяці тому

      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 3 місяці тому

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

  • @ancitadfernandes8243
    @ancitadfernandes8243 Місяць тому

    How to fix the error when we get while creating npx first step?

  • @user-ej8sr1ld7r
    @user-ej8sr1ld7r Місяць тому

    when we go with the command npm start in the terminal... you got option to choose which browser u wanna use but for me it directly opened in the internet browser. How to change that. I also want to open the react app project on chrome but i didnt get the option

    • @unitedtoptech6288
      @unitedtoptech6288  Місяць тому

      Just change your default browser in windows settings to chrome

  • @oozaidoo380
    @oozaidoo380 2 місяці тому

    Thanks a lot!
    2 quick questions
    1/can i delete the App.css, App.js, App.test.js, index.css, logo.svg, reportWebVitals.js, and setupTests.js from the src folder?
    2/when i enter "npm start" and then close it and enter it again it will says the port 3000 already taken so what sould i do?
    thanks again ♡

    • @unitedtoptech6288
      @unitedtoptech6288  2 місяці тому

      If you delete App.js it wont work , so try modifying the content there, for port number try changing to any other number

  • @Vedika_porwal
    @Vedika_porwal 18 днів тому

    Create nhi ho raha hai ' cannot find module "block stream" ' error aa rahi hai
    How can i fix it😢

    • @unitedtoptech6288
      @unitedtoptech6288  17 днів тому

      After running what command are you getting this error?

  • @e_lizathefirst
    @e_lizathefirst 10 місяців тому

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

  • @SOSSVT
    @SOSSVT Рік тому

    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  Рік тому +1

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

  • @vasabhagyalakshmi4517
    @vasabhagyalakshmi4517 Місяць тому

    sir in terminal for me getting npm err then what should we do ?

  • @pavithravavilapalli275
    @pavithravavilapalli275 6 місяців тому

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

  • @phoenixv873
    @phoenixv873 11 днів тому

    Bro i got " local host refused error" what should I do

  • @ramyam1212
    @ramyam1212 Рік тому

    very helpful video. thanks and well done

  • @Willard25
    @Willard25 2 місяці тому

    Thank you sir, highly recommend to beginners

  • @ashoksaipudi6999
    @ashoksaipudi6999 Рік тому +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

  • @keerthanarajamani-bv2mg
    @keerthanarajamani-bv2mg 7 місяців тому

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

  • @rferabel
    @rferabel Рік тому +1

    I'm have been facing an error for some days now. Kindly assist
    PS C:\Users\RIK CONSORTIUM\OneDrive\Desktop
    eact project> npx create-react-app first-project
    npm ERR! code ENOENT
    npm ERR! syscall lstat
    npm ERR! path C:\Users\RIKCONSORTIUM\AppData\Roaming
    pm
    npm ERR! errno -4058
    npm ERR! enoent ENOENT: no such file or directory, 1stat 'C:\Users\RIKCONSORTIUM\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\RIKCONSORTIUM\AppData\Local
    pm-cache\_logs\2023-07-18T04 49 44_1182-debug-0.log

    • @eve1881
      @eve1881 Рік тому

      have u solve it?

    • @rferabel
      @rferabel Рік тому

      @@eve1881 yes, I already did

    • @eve1881
      @eve1881 Рік тому

      @@rferabel can u tell me how ?

    • @unitedtoptech6288
      @unitedtoptech6288  Рік тому

      Check if you have added npm path in the environment variables

  • @GameforPeace31
    @GameforPeace31 11 місяців тому

    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

  • @amishamallick468
    @amishamallick468 9 місяців тому

    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

  • @MalemnganbaTakhellambam
    @MalemnganbaTakhellambam 4 місяці тому

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

  • @marcellinusnnamudi9030
    @marcellinusnnamudi9030 Рік тому

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

  • @robertl.andersonii5926
    @robertl.andersonii5926 5 місяців тому

    You are a lifesaver! Thank you!

  • @taherboudriga9262
    @taherboudriga9262 Рік тому

    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  Рік тому

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

  • @swatihd3885
    @swatihd3885 Рік тому

    Good one

  • @omkr19
    @omkr19 4 місяці тому

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

  • @freelearning35
    @freelearning35 Рік тому

    Great video!

  • @Olderaccount17
    @Olderaccount17 9 місяців тому

    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  9 місяців тому

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

  • @IhsanAbbasi-d1i
    @IhsanAbbasi-d1i 9 днів тому

    so so so so helpful...thanks alot

  • @user-df9ow4hq5x
    @user-df9ow4hq5x 20 днів тому

    Thanks a lot.This video is perfect.

  • @bhavanatallapaka3166
    @bhavanatallapaka3166 Місяць тому

    not showing edit near environment variable

  • @gadaramjayakrishna9376
    @gadaramjayakrishna9376 11 місяців тому

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

    • @unitedtoptech6288
      @unitedtoptech6288  11 місяців тому

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

  • @user-fe5yq5os6f
    @user-fe5yq5os6f 8 місяців тому

    Very Useful TY !

  • @JavaCodingwithRaju-kv7xc
    @JavaCodingwithRaju-kv7xc 11 місяців тому

    thanks, sir for the step-by-step guidance

  • @daviswilliam8678
    @daviswilliam8678 11 місяців тому

    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  11 місяців тому +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__ 10 місяців тому

      ​@@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  10 місяців тому

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

  • @user-bc9ni9tx9q
    @user-bc9ni9tx9q Рік тому

    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  Рік тому

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

    • @aayushjain7494
      @aayushjain7494 Рік тому

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

    • @unitedtoptech6288
      @unitedtoptech6288  7 місяців тому

      I have shown adding node js path

  • @anindiansquirrel
    @anindiansquirrel 5 місяців тому

    '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  5 місяців тому

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

    • @ohm_chiluka
      @ohm_chiluka 5 місяців тому

      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

    • @anindiansquirrel
      @anindiansquirrel 5 місяців тому

      thanks man@@ohm_chiluka

    • @unitedtoptech6288
      @unitedtoptech6288  5 місяців тому +1

      Great!

  • @warriorsofchhatrapati7098
    @warriorsofchhatrapati7098 5 місяців тому

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

  • @sinegaelumalai5562
    @sinegaelumalai5562 6 місяців тому +1

    Thank you ..

  • @LegendUnleashed
    @LegendUnleashed 5 місяців тому

    Great tutorial, thank you!

  • @user-ym6xj5ie2l
    @user-ym6xj5ie2l 6 місяців тому

    such a wonderful and easy explaination

  • @I_am_alicefr
    @I_am_alicefr 6 місяців тому

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

    • @unitedtoptech6288
      @unitedtoptech6288  6 місяців тому

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

  • @khushisahu9762
    @khushisahu9762 3 місяці тому

    Helped a lot....Thank you so much

  • @risavkumarjha6899
    @risavkumarjha6899 11 місяців тому

    Thanks for Sharing:)

  • @adhisnehareddy3935
    @adhisnehareddy3935 10 місяців тому

    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?

  • @tayyabailyas1257
    @tayyabailyas1257 7 місяців тому

    bro you are a life saver, thank you

  • @FunnyButTrue
    @FunnyButTrue Рік тому

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

  • @oussamatouhami5027
    @oussamatouhami5027 Рік тому

    Thank you so much ! ^^

  • @vaishalipatil4939
    @vaishalipatil4939 Рік тому

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

  • @LeoRevenant999
    @LeoRevenant999 8 місяців тому

    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  8 місяців тому +3

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

    • @solidninja
      @solidninja 4 місяці тому

      @@unitedtoptech6288 its working Thanks !

    • @unitedtoptech6288
      @unitedtoptech6288  4 місяці тому

      Great

    • @madhuripanda1712
      @madhuripanda1712 23 дні тому

      ​@@unitedtoptech6288Iam getting the same error bro...but it was not solved there is no appData folder in my PC

    • @unitedtoptech6288
      @unitedtoptech6288  23 дні тому

      It is a hidden folder, go to view at top , enable hidden items

  • @neeraja_r_eddy3310
    @neeraja_r_eddy3310 16 днів тому

    How to clear terminal error

  • @rahulpawar5927
    @rahulpawar5927 8 місяців тому

    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  8 місяців тому

      Can you please paste the full error?

    • @SamHocking
      @SamHocking 5 місяців тому

      @@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  5 місяців тому

      go inside roaming folder and create a new folder named npm

  • @ManpreetKaur-tk6gg
    @ManpreetKaur-tk6gg 11 місяців тому

    The term npx is not defined
    How to resolve this issue

    • @unitedtoptech6288
      @unitedtoptech6288  11 місяців тому

      Do you have npm folder under C/users/ local/appdata/roaming?

  • @just_eri7
    @just_eri7 11 місяців тому

    thanks for the tutorial!

  • @user-dr4tz2hq1c
    @user-dr4tz2hq1c 3 місяці тому

    Thank you for the video. Very helpful

  • @kajalmehta8732
    @kajalmehta8732 2 місяці тому

    Thankyou so much. It's really helpfull.

  • @lerstom3009
    @lerstom3009 Рік тому

    thanks ! good video

  • @12-1bsantillanradzs.5
    @12-1bsantillanradzs.5 Рік тому

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

  • @narendrakajla77
    @narendrakajla77 11 місяців тому

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

  • @Mohammed-hg6kw
    @Mohammed-hg6kw 6 місяців тому

    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  6 місяців тому +1

      Can you please paste the whole error?

    • @user-ym6xj5ie2l
      @user-ym6xj5ie2l 6 місяців тому

      broo i got same error, did you get solved

    • @unitedtoptech6288
      @unitedtoptech6288  6 місяців тому

      bro paste it here fully

    • @Mohammed-hg6kw
      @Mohammed-hg6kw 6 місяців тому

      ​@@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 6 місяців тому

      ​@@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-bq9uy2dh4x
    @user-bq9uy2dh4x Рік тому

    very helpful

  • @yamunanaramsetti5418
    @yamunanaramsetti5418 11 місяців тому

    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  11 місяців тому +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 11 місяців тому

      @@unitedtoptech6288 yes, I created npm folder

    • @yamunanaramsetti5418
      @yamunanaramsetti5418 11 місяців тому

      Now it is resolved

    • @unitedtoptech6288
      @unitedtoptech6288  11 місяців тому

      Cool!!

    • @haris4392
      @haris4392 7 місяців тому

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

  • @athiraathi4715
    @athiraathi4715 Рік тому

    Useful video❤

  • @pedrohenriqueleite2146
    @pedrohenriqueleite2146 Рік тому

    I like the video