Coder Social home page Coder Social logo

Missing license information about bvm HOT 19 CLOSED

teambit avatar teambit commented on August 15, 2024 2
Missing license information

from bvm.

Comments (19)

mitchdotdeveloper avatar mitchdotdeveloper commented on August 15, 2024 2

Hey @GiladShoham! I had the same problem as @ChazUK. However I was able to set the proxy, but now it isn't finding my local issuer certificate which I have set up for npm. How do I go about getting bvm to use it?
Screen Shot 2021-10-27 at 9 57 55 AM
Also, I looked through the bvm code base and found 'proxy.ca' and 'proxy.cert' as possible config values and I set them to the file path of my ca-certs.pem file to no avail.

from bvm.

GiladShoham avatar GiladShoham commented on August 15, 2024 2

@ChazUK @johnschult @mitchdotdeveloper
Thanks for your comments.
I really recommend opening a new issue about these issues. as it's definitely not related to the original issue.
Also, this issue is closed, so higher chance people will miss these comments as opposed to new open issues.
Once you will open new one, I'll comment there :)

from bvm.

GiladShoham avatar GiladShoham commented on August 15, 2024 1

not yet, I'll take care of this soon

from bvm.

GiladShoham avatar GiladShoham commented on August 15, 2024 1

update all the relevant packages to be the ones with the license.
Let me know if there are still missing licenses (or I can close this issue).

Also added a new "use" command which lets you switch easily between bit versions.
image

Is there a way to install bit without bvm? Currently we are unable to get past that first step

You can in general just install it with npm i -g @teambit/bit but I recommend using bvm. that's way you can control the bin name. you can switch between versions. you can easily upgrade. you can use more than one version at the same time. and more.

Also I'd like to thank yourself and @davidfirst for taking the time to do this! I can imagine it was not an easy job, and that there's a picture of my git profile picture on a dartboard in the office 😂

You are welcome:) We are here to help.

from bvm.

mitchdotdeveloper avatar mitchdotdeveloper commented on August 15, 2024 1

@GiladShoham Also if you have a guide for setting up the proxy that would be very helpful.

I went to https://harmony-docs.bit.dev/aspects/dependency-resolver/#set-a-proxy-for-outgoing-httphttps-requests and instead of bit config set proxy ... I just did bvm config set proxy

from bvm.

johnschult avatar johnschult commented on August 15, 2024 1

@mitchdotdeveloper If you already have npm or yarn proxies configure then you don't need to do it for bvm or bit. According the bit docs, they use the configured proxy settings from npm. However, even when they are set correctly, the command bvm install still errors out with:

request to https://storage.googleapis.com/storage/v1/b/bvm.bit.dev/o?prefix=versions/dev/Darwin/ failed, reason: unable to get local issuer certificate

This does not indicate that the proxy is not set, it is saying that the certificate chain does not include the one used for the proxy. When you said something about proxy.ca and proxy.cert you were on to something, but wven with those set it doesn't work. Clearly something is not using those settings.

from bvm.

GiladShoham avatar GiladShoham commented on August 15, 2024

That's right, I'll make sure they have a license.
Thanks.

from bvm.

ChazUK avatar ChazUK commented on August 15, 2024

Hi @GiladShoham, is there any update on this. My organisation has asked me to look into integrating Bit into our workflow, but unfortunately I'm stumped on the first hurdle.

from bvm.

GiladShoham avatar GiladShoham commented on August 15, 2024

Fixed.
See - 5c930df

from bvm.

ChazUK avatar ChazUK commented on August 15, 2024

Thanks @GiladShoham can you confirm that these changes have been published to npm?

from bvm.

GiladShoham avatar GiladShoham commented on August 15, 2024

done

from bvm.

ChazUK avatar ChazUK commented on August 15, 2024

Hi @GiladShoham unfortunately our Nexus repository is still complaining

@teambit/[email protected]:SEE,LICENSE,IN,LICENSE
@teambit/[email protected]:SEE,LICENSE,IN,LICENSE
@teambit/[email protected]:SEE,LICENSE,IN,LICENSE

I can also see @teambit/toolbox.time-format uses the same SEE LICENSE entry

Maybe these /toolbox packages have been deprecated?

I've had a few issues with other libraries and their dependencies giving these errors, so I'm going to make a full list of all the @teambit/ scoped packages which have this license issue and put it in my next comment.

from bvm.

GiladShoham avatar GiladShoham commented on August 15, 2024

about these

@teambit/[email protected]:SEE,LICENSE,IN,LICENSE
@teambit/[email protected]:SEE,LICENSE,IN,LICENSE
@teambit/[email protected]:SEE,LICENSE,IN,LICENSE

It's just about upgrading the versions used by bvm.
I'll take care of this soon.

About the longer list, those are not used by bvm, they are used by bit itself.
Did you check bvm only or bit as well?

from bvm.

ChazUK avatar ChazUK commented on August 15, 2024

Is there a way to install bit without bvm? Currently we are unable to get past that first step

from bvm.

ChazUK avatar ChazUK commented on August 15, 2024

Also I'd like to thank yourself and @davidfirst for taking the time to do this! I can imagine it was not an easy job, and that there's a picture of my git profile picture on a dartboard in the office 😂

from bvm.

ChazUK avatar ChazUK commented on August 15, 2024

@GiladShoham npm i -g @teambit/bvm now works on our internal systems after being installed via Nexus!

But I'm now seeing some another error with bvm install. I'm currently in the process of talking to our it/network guy as we're getting a timeout error

request to https://storage.googleapis.com/storage/v1/b/bvm.bit.dev/o?prefix=versions/dev/Darwin/ failed, reason: connect ETIMEDOUT 172.217.168.208:443

from bvm.

GiladShoham avatar GiladShoham commented on August 15, 2024

Seems like a network issue indeed.
In case you will need to configure proxy to access this URL, let me know and I'll guide you about setting the proxy for bvm.

from bvm.

ChazUK avatar ChazUK commented on August 15, 2024

@GiladShoham Also if you have a guide for setting up the proxy that would be very helpful.

from bvm.

johnschult avatar johnschult commented on August 15, 2024

Yeah I noticed that yesterday. I was checking into how node-fetch was getting used. I'll open an issue today.

from bvm.

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.