Closed irfman12 closed 6 years ago
@irfman12 yea, it's a public repository, so not sure what the issue is
+1 for this, got the timeout as well... very strange on a public repo
@irfman12 just noticed you spelled the package name wrong, it should be rn-nodeify
@mvayngrib I tried that and it still timed out on running ./node_modules/.bin/rn-nodeify --hack --install
not overwriting "buffer"
not overwriting "react-native-crypto"
not overwriting "events"
not overwriting "process"
not overwriting "util"
not overwriting "react-native-randombytes"
not reinstalling assert
not reinstalling inherits
not reinstalling console-browserify
not reinstalling constants-browserify
not reinstalling domain-browser
not reinstalling path-browserify
not reinstalling punycode
not reinstalling querystring-es3
not reinstalling string_decoder
not reinstalling tty-browserify
not reinstalling vm-browserify
installing from npm browserify-zlib
installing from npm dns.js
installing from github react-native-http
installing from npm https-browserify
installing from npm react-native-os
installing from npm react-native-level-fs
installing from npm react-native-udp
installing from npm stream-browserify
installing from npm timers-browserify
installing from npm url
installing from npm react-native-tcp
installing from npm readable-stream
installing: npm install --save browserify-zlib@~0.1.4 dns.js@^1.0.1 tradle/react-native-http#834492d https-browserify@~0.0.0 react-native-os@^1.0.1 react-native-level-fs@^3.0.0 react-native-udp@^2.1.0 stream-browserify@^1.0.0 timers-browserify@^1.0.1 url@~0.10.1 react-native-tcp@^3.2.1 readable-stream@1.0.33
Hangs here and doesn't finish npm install
Ok really weird, I just ran it for a third time and it worked. I didn't change anything, not sure why but I can compile
@digitaldavenyc great to hear! No idea what the issue is, maybe something with npm
That was my guess, it does happen sometimes...
For me it hangs in the dependency installation 'github react-native-http'
If I run npm only with react-native-http it also hangs
npm install --save tradle/react-native-http#834492d
@tofoli strange, i just tried npm install --save tradle/react-native-http#834492d
in a fresh folder and had no issues
Very strange, as other github repositories I can install normally
One more thing, the use of a core of my CPU sits at 100%
@tofoli published rn-nodeify@10 which uses http published to @tradle/react-native-http
closing this for now, reopen if the issue recurs
npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/tradle/rn-nodify.git
I'm getting a timeout, is anonymous access allowed.