Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

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

npm ERR! code EHOSTUNREACH
npm ERR! syscall connect
npm ERR! errno EHOSTUNREACH
npm ERR! request to http://registry.npmjs.org/cra-template failed, reason: connect EHOSTUNREACH 10.240.72.35:8080
npm ERR! A complete log of this run can be found in:
npm ERR!     /home/natanan/.npm/_logs/2021-11-13T06_25_16_865Z-debug.log
Aborting installation.
  npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
                npx create-react-app my-app npm ERR! code EHOSTUNREACH npm ERR! syscall connect npm ERR! errno EHOSTUNREACH npm ERR! request to registry.npmjs.org/create-react-app failed, reason: connect EHOSTUNREACH 10.240.72.35:8080  npm ERR! A complete log of this run can be found in: npm ERR!     /home/natanan/.npm/_logs/2021-11-14T11_59_27_164Z-debug.log
– Natanan Amsalu
                Nov 14, 2021 at 12:01
        

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.