jescalan / roots

a toolkit for rapid advanced front-end development
http://roots.netlify.com/
Other
1.45k stars 132 forks source link

Timeout when installing #685

Closed thiagodebastos closed 8 years ago

thiagodebastos commented 8 years ago

Hi guys! It has been quite some time but I've finally had a chance to come back and check out Roots again.

Unfortunately I have been unable to install roots at all. I've been facing timeout errors:

npm ERR! Darwin 14.5.0 npm ERR! argv "/Users/debastost/.nvm/versions/node/v5.0.0/bin/node" "/Users/debastost/.nvm/versions/node/v5.0.0/bin/npm" "install" npm ERR! node v5.0.0 npm ERR! npm v3.3.6 npm ERR! code 128

npm ERR! Command failed: git clone --template=/Users/debastost/.npm/_git-remotes/_templates --mirror git://github.com/jenius/node-github.git /Users/debastost/.npm/_git-remotes/git-github-com-jenius-node-github-git-create-blob-content-6c182a9672bbb9a042988e90899e1e07 npm ERR! Cloning into bare repository '/Users/debastost/.npm/_git-remotes/git-github-com-jenius-node-github-git-create-blob-content-6c182a9672bbb9a042988e90899e1e07'... npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 192.30.252.129]: errno=Operation timed out

jescalan commented 8 years ago

I think the current version of roots may be having some issues with the latest version of node. If you clone roots down, check out the browsersync branch, and npm link, it should work ok. Or downgrade node for now :grinning:

thiagodebastos commented 8 years ago

Thanks! Will do, good thing I've got nvm working fine :)

thiagodebastos commented 8 years ago

hmm this only seems to be happening on one of my computers. I tried switching to node 4.2.2 but still get this:

 ❯ npm install -g roots                                                                                                                                                   [18:46:33]

> fsevents@0.3.8 install /Users/debastost/.nvm/versions/node/v4.2.2/lib/node_modules/roots/node_modules/chokidar/node_modules/fsevents
> node-gyp rebuild

  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node
npm ERR! git clone --template=/Users/debastost/.npm/_git-remotes/_templates --mirror git://github.com/jenius/node-github.git /Users/debastost/.npm/_git-remotes/git-github-com-jenius-node-github-git-cefba6ce: Cloning into bare repository '/Users/debastost/.npm/_git-remotes/git-github-com-jenius-node-github-git-cefba6ce'...
npm ERR! git clone --template=/Users/debastost/.npm/_git-remotes/_templates --mirror git://github.com/jenius/node-github.git /Users/debastost/.npm/_git-remotes/git-github-com-jenius-node-github-git-cefba6ce: fatal: unable to connect to github.com:
npm ERR! git clone --template=/Users/debastost/.npm/_git-remotes/_templates --mirror git://github.com/jenius/node-github.git /Users/debastost/.npm/_git-remotes/git-github-com-jenius-node-github-git-cefba6ce: github.com[0: 192.30.252.130]: errno=Operation timed out
npm ERR! git clone --template=/Users/debastost/.npm/_git-remotes/_templates --mirror git://github.com/jenius/st.git /Users/debastost/.npm/_git-remotes/git-github-com-jenius-st-git-eb581e81: Cloning into bare repository '/Users/debastost/.npm/_git-remotes/git-github-com-jenius-st-git-eb581e81'...
npm ERR! git clone --template=/Users/debastost/.npm/_git-remotes/_templates --mirror git://github.com/jenius/st.git /Users/debastost/.npm/_git-remotes/git-github-com-jenius-st-git-eb581e81: fatal: unable to connect to github.com:
npm ERR! git clone --template=/Users/debastost/.npm/_git-remotes/_templates --mirror git://github.com/jenius/st.git /Users/debastost/.npm/_git-remotes/git-github-com-jenius-st-git-eb581e81: github.com[0: 192.30.252.130]: errno=Operation timed out
npm ERR! Darwin 14.5.0
npm ERR! argv "/Users/debastost/.nvm/versions/node/v4.2.2/bin/node" "/Users/debastost/.nvm/versions/node/v4.2.2/bin/npm" "install" "-g" "roots"
npm ERR! node v4.2.2
npm ERR! npm  v2.14.7
npm ERR! code 128

npm ERR! Command failed: git clone --template=/Users/debastost/.npm/_git-remotes/_templates --mirror git://github.com/jenius/node-github.git /Users/debastost/.npm/_git-remotes/git-github-com-jenius-node-github-git-cefba6ce
npm ERR! Cloning into bare repository '/Users/debastost/.npm/_git-remotes/git-github-com-jenius-node-github-git-cefba6ce'...
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 192.30.252.130]: errno=Operation timed out
npm ERR!
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/debastost/Projects/study/featurepeek/npm-debug.log