bvm
bvm copied to clipboard
Bit version manager
Hi, I have faced this problem often on my system, the installation of the bit command is too slow, sometimes it took 20 minutes and others it just stuck and...
after installation of bvm no remotes are available to install ran `bvm install 1.2.0` which yields `(node:64642) [DEP0040] DeprecationWarning: The 'punycode' module is deprecated. Please use a userland alternative instead....
I can't initialize the workspace. Previously I ran "npx @teambit/bvm install" and when I ran "bit new hello-world-nextjs my-hello-world-nextjs --env teambit.community/starters/hello-world-nextjs" I have this error
I'm trying to follow the quickstart for next.js (https://bit.dev/docs/quick-start/hello-world-nextjs) by executing the following command: ```shell bit new hello-world-nextjs bit-hello-world-nextjs --env teambit.community/starters/hello-world-nextjs ``` but it returns the following error: ```shell Node...
reproduce ``` bvm config set RELEASE_TYPE stable bvm install ``` error ``` Cannot read properties of undefined (reading 'filter') TypeError: Cannot read properties of undefined (reading 'filter') at GcpList. (/Users/gilad/.nvm/versions/node/v16.20.0/lib/node_modules/@teambit/bvm/node_modules/@teambit/bvm.list/dist/gcp/gcp-list.js:60:51)...
``` /usr/local/lib/node_modules/[@teambit](https://t.me/teambit)/bvm/node_modules/[@pnpm](https://t.me/pnpm)/fetch/lib/fetch.js:38 const retryOpts = opts.retry ?? {}; ^ SyntaxError: Unexpected token ‘?’ at wrapSafe (internal/modules/cjs/loader.js:915:16) at Module._compile (internal/modules/cjs/loader.js:963:27) ``` I've been facing this issue in Jenkins build when using...
OS: Windows 10 Enterprise (10.0.19045) bvm v0.3.1 node v18.15.0 npm v9.5.0 I have multiple versions of bit installed: ``` ➜ bvm list 0.0.888 0.1.11 0.1.4 0.1.7 ``` The help text...
I recently upgraded from bit version `0.0.756` to `0.1.11` on my mac m1. Prior to the upgrade I was able to do `bit status` and `bit tag` without any issues....
When i run bvm install i get a quarantine message from microsoft defender saying bit-0.1.7-win-x64.tar.gz contains trojan  
Creating a `~/bin` folder in the user's home directory is a bit imposing, especially without a `.` prefix so it's not hidden on most OSes; supporting an alternative install path...