skip to Main Content

img Today I tried to create a project to develop an application with react native, but it got stuck in "locating project files" and didn’t install any files (normally this takes 30 seconds). That’s why I wanted to delete node.js and install it again, but I can’t even install it. When I try to download something from Git, it freezes.

I deleted everything and reinstalled but the problem is still not resolved.

2

Answers


  1. have you cleared the npm cache?Sometimes, the npm cache can cause installation problems, make sure to clear it npm cache clean –force

    Login or Signup to reply.
  2. As you said when you try to download something using browser say chrome it freezes..

    1. Does this happen with every git project?
    2. Have tried changing your browser like use firefox and ensure you are not using download manager like idm!
    3. Now, try to clone the repo using git bash software online

    Download from here

    https://git-scm.com/

    If it is unable to clone then plz share the screenshot or recording of the screen if possible

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search