You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The help text for bvm provides a broken example for removal (bvm remove all --keep-latest-versions 3). Running bvm remove -h, however, provides the proper --all switch syntax.
Running bit remove --all yields the following:
➜ bvm remove --all
⠹ removing versions from the file systemCannot read properties of undefined (reading 'removeVersions')
TypeError: Cannot read properties of undefined (reading 'removeVersions')
at C:\ProgramData\nvm\v18.15.0\node_modules\@teambit\bvm\node_modules\@teambit\bvm.remove\dist\remove.js:65:21
at Generator.next (<anonymous>)
at fulfilled (C:\ProgramData\nvm\v18.15.0\node_modules\@teambit\bvm\node_modules\@teambit\bvm.remove\dist\remove.js:5:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
⠏ removing versions from the file system
After this, the command seems to be stuck in an infinite loop.
The text was updated successfully, but these errors were encountered:
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:
The help text for
bvm
provides a broken example for removal (bvm remove all --keep-latest-versions 3
). Runningbvm remove -h
, however, provides the proper--all
switch syntax.Running
bit remove --all
yields the following:After this, the command seems to be stuck in an infinite loop.
The text was updated successfully, but these errors were encountered: