ReactJS-AdminLTE
ReactJS-AdminLTE copied to clipboard
Installation fail - unable to connect to git://github.com/adobe-webplatform/eve.git
sudo npm install --save-dev adminlte-reactjs npm WARN deprecated [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! npm WARN deprecated [email protected]: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 192.30.253.113]: errno=Connection timed out npm ERR! github.com[1: 192.30.253.112]: errno=Connection timed out
I have the same issue.
I think we should have a github ssh key saved and enabled
Yes you need to update the package-lock.json
same issue
I resolved this by configuring git to use https instead of the git protocol so it could go through my company firewall/proxy. See here: https://stackoverflow.com/a/11383587/1492861
git config --global url.https://github.com/.insteadOf git://github.com/
Guys, we are revamping the repo code to use create-react-app. There's a new branch "dev", where we'll be pushing the code, we'll merge with master once the codebase is using create-react-app fully