Giter VIP home page Giter VIP logo

Comments (7)

mbijker avatar mbijker commented on July 2, 2024

I'm getting exactly the same :(
Hoping to find a solution...

from harmony-api.

jiggahertz86 avatar jiggahertz86 commented on July 2, 2024

same error here, any suggestions?

from harmony-api.

maddox avatar maddox commented on July 2, 2024

What is this path?

/root/.npm/_git-remotes/git-github-com-github-maddox-harmonyhubjs-client-def8ff3d

What environment are you all running this on? This is super weird.

from harmony-api.

maddox avatar maddox commented on July 2, 2024

Oh i suppose it's doing a git clone when npm installing directly from github. It's using SSH to clone down the package. It's a public repo, so I'm not sure why it's complaining.

  1. If you set up git on your device with github support (add your ssh key to your github account) it should work.
  2. If you ssh into your device with ssh -A host, it will forward and use the key on your local device and probably work.
  3. I should probably somehow ensure this uses https and not ssh for the package
  4. I'm pretty sure what ever changes I had in my fork, were merged into the original package, I should just move back to it.

from harmony-api.

maddox avatar maddox commented on July 2, 2024

I just opened #94.

Could someone switch to this branch: back-to-regular-harmonyhubjs-client and try script/bootstrap

Try to rm -Rf node_modules first.

from harmony-api.

mbijker avatar mbijker commented on July 2, 2024

That branch did the trick for me!
I'm getting a few warnings but it works again!
Thanks! Very happy with it!

The warnings I'm getting:

pi@raspberrypi:~/harmony-api $ script/bootstrap
npm WARN engine [email protected]: wanted: {"npm":">=3.0.0"} (current: {"node":"4.8.2","npm":"1.4.21"})
npm WARN deprecated [email protected]: use @xmpp/xml package https://www.npmjs.com/package/@xmpp/xml
npm WARN deprecated [email protected]: use @xmpp/jid package https://www.npmjs.com/package/@xmpp/jid
[email protected] node_modules/parameterize

from harmony-api.

maddox avatar maddox commented on July 2, 2024

Great! I’ll merge the pr. Those other messages are benign.

from harmony-api.

Related Issues (20)

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.