-
Notifications
You must be signed in to change notification settings - Fork 13
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
base: main
Are you sure you want to change the base?
Conversation
const cliOptions = { | ||
argv: [], | ||
dir: dest, | ||
registry: 'https://node-registry.bit.cloud/', |
There was a problem hiding this comment.
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`; |
There was a problem hiding this comment.
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)
No description provided.