КОМЕНТАРІ •

  • @doccuddleup
    @doccuddleup 2 місяці тому +2

    Yehi video 2 hafte pehle miljata bhai…thanks a lot love u

  • @syedfaizan5394
    @syedfaizan5394 2 місяці тому +2

    Thank you soo much, for making this very helpful video for beginners like us

  • @vefao3210
    @vefao3210 2 місяці тому +1

    Clear instructions. Thanx.

  • @kinglegitto1848
    @kinglegitto1848 7 місяців тому +10

    Finally, some good food.

  • @Animelover-oo7cz
    @Animelover-oo7cz 2 місяці тому +2

    thank u sooooooo much🌷 you aare the best

  • @519aadil3
    @519aadil3 7 місяців тому +3

    You are so awesome thankyou

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

    Briliant ❤

  • @pit7398
    @pit7398 Місяць тому +1

    you are amazing , thank you !

  • @gamiensrule
    @gamiensrule 4 місяці тому +3

    Wonderful.

  • @user-dj4rw3ck7v
    @user-dj4rw3ck7v 2 місяці тому

    Great work thank you

  • @himanshubhatt9458
    @himanshubhatt9458 2 місяці тому +3

    Bro has turned on the bass mode😂

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

    Alomost does it but when I run :npm start" it shows error, how do I fix it?

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

    What if there is no such package.json file in the repository and the read me file dont say anything about how to install independencies, is that mean its a closed source code ?
    Thanks

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

      The absence of a package.json file in a repository and a lack of installation instructions in the README does not necessarily indicate that the code is closed source. It might suggest that the repository doesn't rely on Node.js packages, or it could be that the authors did not include dependency management files or installation instructions.
      Is it a nodejs, reactjs project? Is there a src folder? Is files extension js? Are there html files in it?

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

    Thanks a lot

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

    THANK YOU, YOU ARE THE BEST!

    • @BrysonJohnson-yl8ns
      @BrysonJohnson-yl8ns 2 місяці тому

      Oh stop. If this is a good tutorial, I wouldn't be stuck not understanding how to SIMPLY download an SDK for jMonkeyEngine. That's all I want to do, so I can start a game project in the future on java. But the garbage website interface and these vague instructions are holding me back

  • @revanthgourishetti3514
    @revanthgourishetti3514 7 місяців тому +2

    What about next js

  • @talaakashkari9743
    @talaakashkari9743 5 місяців тому +3

    I’m working on a python language what can I write instead of npm?

    • @Santhanam-sn3mh
      @Santhanam-sn3mh 4 місяці тому

      Same question here, did u found the answer?

  • @RevatiPatil-cl8uo
    @RevatiPatil-cl8uo 3 місяці тому +12

    bro sounds like tanmay bhat

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

    Can you show me how for a specific github project?

  • @brijeshchauhan7195
    @brijeshchauhan7195 3 місяці тому +2

    it was useful

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

    how to enable repositories please bro

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

    at 5:47 sec there are some errors like 21 vulnerabilities and npm audit fix are more how you fixed that, same issue happened in my case too but i don't know how to fix that

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

      use comman
      npm audit fix
      to fix the vulnerabilities.
      For vulnerabilities that npm audit fix cannot resolve automatically, you may need to update the dependencies manually. Check the npm audit report for the suggested actions. You might have to upgrade to newer versions of some packages, which could involve breaking changes.
      You can use
      npm audit fix --force
      This command will make dependency changes that might include major version upgrades, potentially introducing breaking changes. Use this only if you understand the implications. Best to take project backup first.
      If a dependency is no longer maintained or frequently has security issues, consider switching to a more secure and actively maintained alternative.
      Once you've made the necessary changes and ensured the application is stable, commit these changes to your Git repository.

  • @nicvalch4453
    @nicvalch4453 4 місяці тому +3

    thanks bro! love from turkey to india.

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

      Heyy have you run the project in vs or not

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

    helpful sir

  • @talaakashkari9743
    @talaakashkari9743 5 місяців тому +2

    What is the norm it’s not working with me please any help?

  • @abdelbel7427
    @abdelbel7427 5 місяців тому +8

    how to install python project from github plz

    • @Santhanam-sn3mh
      @Santhanam-sn3mh 4 місяці тому

      Same question here, did u found the answer?

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

    Sir i get an error: it says ‘read scripts 5:56 ’ is not recognized as an internal or external command, operable program or batch file

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

      make sure there is no typo / type mistake. I need more details on what you were doing and which command result in this error!

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

    Can you tell if we haven't SSH link and only have HTTPS and GitHub CLI then how we make clone ??

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

      To clone a repository from GitHub using HTTPS when you don't have an SSH link you can use https link you can do
      git clone https-link
      with GitHub CLI you can try
      gh repo clone repository-path

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

    Hello sir
    Npm install and npm i command exceution are not working
    Getting command not found message
    How to fix it ?

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

      npm is package manager that comes with node js. Please install nodejs in pc and then run npm install or npm i command inside the folder that has package.json file.
      Install node js first. search node js in google.
      Also before you use npm install command, make sure you are inside project folder.
      To do that by using 'git for windows program' right click in folder and select 'git bash' here. Let em know if you have still any issue.

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

    when i run npm install , it is giving errors, i used the ebook management system project which is a java web project and it has a json file but still gives errors

    • @webstylepress
      @webstylepress 2 місяці тому +1

      It sounds like there might be a misunderstanding with the project setup. The eBook management system you mentioned is a Java web project, and typically, such projects don't require npm install as that command is used for Node.js projects, not Java. The presence of a JSON file does not necessarily mean that Node.js is involved. Please double-check the project's documentation for the correct setup instructions. If it's indeed a Node.js project, ensure that your Node.js and npm versions are compatible with the project's requirements. If you continue to face issues, could you please share the exact error messages you are getting? This will help in diagnosing the problem more effectively.

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

    some projects did not have green button ( code button) how can I download it ?

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

      name the github repo that you want to download code from?

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

    Its not working npm start command at last

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

    do i have to install react on my pc before starting the application

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

      react is not installed. To run react project you need to install nodejs. nodejs comes with npm. using npm you can give commands. in terminal you can give commands to install packages and then run react app after packages (node modules) installation. in package.json file present in react application you will find command to run react app.

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

    😊😊😊😊😊😊

  • @faizaahmad314
    @faizaahmad314 22 дні тому

    Thank you so much, if there is database as well than how to setup that database please please if anyone knows guide me I want that urgently

    • @zohebansari6429
      @zohebansari6429 5 днів тому

      U got answer ?? Plz reply man

    • @webstylepress
      @webstylepress День тому

      Here's a general guide on how to set up a database for a project downloaded from GitHub:
      - Check for Database Files: Look for any SQL files or database setup instructions in the project repository. These are usually found in a `database` folder, or sometimes mentioned in the `README.md` file.
      - Create a Database: Access your database management system (such as MySQL, PostgreSQL, etc.) and create a new database for the project.
      - Import the SQL File: If there is an SQL file provided, import it into your newly created database. This can usually be done using a tool like phpMyAdmin, or through the command line.
      - Configure Database Connection: Update the project's configuration files with your database connection details. This often involves editing a file like `config.php`, `.env`, or similar, and entering your database name, username, password, and host.
      - Run Database Migrations: Some projects use migration tools to set up the database schema. Check the documentation for any commands you need to run.
      - Check Documentation: Always refer to the project's `README.md` or any documentation provided. There may be specific steps or additional configuration required for that particular project.
      If you have specific details about the project, please share them, and I can provide more targeted guidance.

    • @webstylepress
      @webstylepress День тому

      replied

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

    I dont get the "Git Bash" in the context menu. How do I fix that?

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

      okay - its the 'git for windows'. Please search 'git for windows' if you are using windows and install it. Its terminal for windows os. command prompt replacement. You can also use command prompt or better power shell that are in windows operating system but 'git for windows' is easy to work with. It adds 'git bash' in context menu.

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

      @@webstylepress yes I did install git for windows. But I never got the Git Bash in my context menu when I right click inside the file explorer

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

    so i can only run project with git?

    • @webstylepress
      @webstylepress Місяць тому +1

      Depends. You don't necessarily need Git to run a project from GitHub. You can download the project as a ZIP file directly from GitHub's website. Just go to the project's repository page, click on the 'Code' button, and then select 'Download ZIP'. Once downloaded, you can extract the files and run the project according to its documentation. Git is mainly used for version control and contributes to a smoother workflow, especially when you need to update or contribute to the project.

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

    When
    I type npm start it gives error in browser (this site can't be reached)

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

      are you trying to run react js project? is it javascript based project? need more details on this...

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

      Sir I have run the same project that you have run but still it shows like localhist is not supporter​@@webstylepress

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

      ​Sir I have run the same project as you did and I have followed the same procedure but still it shows like cant reached. Could you please explain what should I do​@@webstylepress

  • @PriyaSharma-sz1fj
    @PriyaSharma-sz1fj 3 місяці тому

    Npm shows error

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

      error detail?

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

      I named react projects in my folder error projects😂.