Giter Site home page Giter Site logo

Comments (7)

shesek avatar shesek commented on June 22, 2024 1

@Alexintosh were you able to resolve this?

from lightning-charge-client-js.

Alexintosh avatar Alexintosh commented on June 22, 2024 1

Hey @shesek thanks for asking again, looks like the issue solved itself somehow, now sure what happened tho. Wil close the issue, thanks!

from lightning-charge-client-js.

shesek avatar shesek commented on June 22, 2024

What error are you getting?

from lightning-charge-client-js.

Alexintosh avatar Alexintosh commented on June 22, 2024

I couldn't, this is the full log:

0 info it worked if it ends with ok
1 verbose cli [ '/Users/alexintosh/.nvm/versions/node/v8.1.2/bin/node',
1 verbose cli   '/Users/alexintosh/.nvm/versions/node/v8.1.2/bin/npm',
1 verbose cli   'install',
1 verbose cli   'lightning-charge-client' ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session ad9f41bd1da4b4a9
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 304 https://registry.npmjs.org/lightning-charge-client 408ms (from cache)
8 silly pacote tag manifest for lightning-charge-client@latest fetched in 473ms
9 silly install loadIdealTree
10 silly install cloneCurrentTreeToIdealTree
11 silly install loadShrinkwrap
12 silly pacote git manifest for lightning-charge-client@git+https://github.com/Alexintosh/lightning-charge-client-js.git#14f6acbd1d10a57e708717c694ac66e7b46106e9 fetched in 483ms
13 silly install loadAllDepsIntoIdealTree
14 silly resolveWithNewModule [email protected] checking installable status
15 http fetch GET 304 https://registry.npmjs.org/superagent-baseuri 246ms (from cache)
16 silly pacote range manifest for superagent-baseuri@^0.1.1 fetched in 251ms
17 silly resolveWithNewModule [email protected] checking installable status
18 silly fetchPackageMetaData error for superagent-use@git://github.com/shesek/superagent-use.git#patch-1 Error while executing:
18 silly fetchPackageMetaData /usr/local/bin/git ls-remote -h -t git://github.com/shesek/superagent-use.git
18 silly fetchPackageMetaData
18 silly fetchPackageMetaData fatal: unable to connect to github.com:
18 silly fetchPackageMetaData github.com[0: 192.30.253.112]: errno=Operation timed out
18 silly fetchPackageMetaData github.com[1: 192.30.253.113]: errno=Operation timed out
18 silly fetchPackageMetaData
18 silly fetchPackageMetaData
18 silly fetchPackageMetaData exited with error code: 128
19 silly saveTree [email protected]
19 silly saveTree └─┬ [email protected]
19 silly saveTree   ├─┬ [email protected]
19 silly saveTree   │ └── [email protected]
19 silly saveTree   └─┬ [email protected]
19 silly saveTree     ├── [email protected]
19 silly saveTree     ├── [email protected]
19 silly saveTree     ├─┬ [email protected]
19 silly saveTree     │ └── [email protected]
19 silly saveTree     ├── [email protected]
19 silly saveTree     ├─┬ [email protected]
19 silly saveTree     │ ├── [email protected]
19 silly saveTree     │ ├─┬ [email protected]
19 silly saveTree     │ │ └── [email protected]
19 silly saveTree     │ └─┬ [email protected]
19 silly saveTree     │   └── [email protected]
19 silly saveTree     ├── [email protected]
19 silly saveTree     ├── [email protected]
19 silly saveTree     ├── [email protected]
19 silly saveTree     ├── [email protected]
19 silly saveTree     └─┬ [email protected]
19 silly saveTree       ├── [email protected]
19 silly saveTree       ├── [email protected]
19 silly saveTree       ├── [email protected]
19 silly saveTree       ├── [email protected]
19 silly saveTree       ├── [email protected]
19 silly saveTree       ├── [email protected]
19 silly saveTree       └── [email protected]
20 verbose stack Error: exited with error code: 128
20 verbose stack     at ChildProcess.onexit (/Users/alexintosh/.nvm/versions/node/v8.1.2/lib/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream/index.js:39:36)
20 verbose stack     at emitTwo (events.js:125:13)
20 verbose stack     at ChildProcess.emit (events.js:213:7)
20 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:197:12)
21 verbose cwd /Users/alexintosh/Code/kairos/LIGHTNING/demo-app
22 verbose Darwin 16.7.0
23 verbose argv "/Users/alexintosh/.nvm/versions/node/v8.1.2/bin/node" "/Users/alexintosh/.nvm/versions/node/v8.1.2/bin/npm" "install" "lightning-charge-client"
24 verbose node v8.1.2
25 verbose npm  v5.6.0
26 error Error while executing:
26 error /usr/local/bin/git ls-remote -h -t git://github.com/shesek/superagent-use.git
26 error
26 error fatal: unable to connect to github.com:
26 error github.com[0: 192.30.253.112]: errno=Operation timed out
26 error github.com[1: 192.30.253.113]: errno=Operation timed out
26 error
26 error
26 error exited with error code: 128
27 verbose exit [ 1, true ]

from lightning-charge-client-js.

shesek avatar shesek commented on June 22, 2024

@Alexintosh This appears to be an internet connectivity issue, your npm client is for some reason unable to pull code from github (but can pull from the npm registry, it seems).

The reason it tries to pull code from github is that superagent-baseuri depends on a modified copy of superagent-use that only exists on github and not on npm. I sent a PR to get these changes merged upstream, so that they'll be available from the npm registry directly.

Note that this doesn't explain why your client is unable to connect to github... if you can figure this out, you should be able to use lightning-charge-client-js as-is. But in any case, I'll keep you updated about getting these changes available on npm.

from lightning-charge-client-js.

Alexintosh avatar Alexintosh commented on June 22, 2024

@shesek I can pull dependencies and code from whatever github repo besides git://github.com/shesek/superagent-use.git. It is an issue specifically to that repo, tried with different internet connection and different machine already.

from lightning-charge-client-js.

shesek avatar shesek commented on June 22, 2024

Are you still experiencing this issue? I'm unable to reproduce this and haven't heard about anyone else running into this.

from lightning-charge-client-js.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.