Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pnpm to install Bit #100

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Use pnpm to install Bit #100

wants to merge 14 commits into from

Conversation

zkochan
Copy link
Member

@zkochan zkochan commented Jan 8, 2025

No description provided.

@zkochan zkochan marked this pull request as ready for review January 10, 2025 18:30
teambit.bvm/commands/install/install.ts Show resolved Hide resolved
teambit.bvm/install/install.ts Outdated Show resolved Hide resolved
const cliOptions = {
argv: [],
dir: dest,
registry: 'https://node-registry.bit.cloud/',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make configuration for this with bvm config, in case the user have its own registry that proxy to bit registry

}

async function fetchLockfile(fetch, version: string, dest: string): Promise<void> {
const url = `https://bvm.bit.dev/bit/versions/${version}/pnpm-lock.yaml`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

allow me to provide the lock file with the --file in bvm install/update (like I can provide you path to the tar file, I want to give you a path to lock file)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants