teambit / bvm

Bit version manager
Other
40 stars 13 forks source link

trying to install nightly version without configure nightly throws exception #91

Open GiladShoham opened 1 year ago

GiladShoham commented 1 year ago

reproduce

bvm config set RELEASE_TYPE stable
bvm install <nightly version number>

error

Cannot read properties of undefined (reading 'filter')
TypeError: Cannot read properties of undefined (reading 'filter')
    at GcpList.<anonymous> (/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)
    at Generator.next (<anonymous>)
    at fulfilled (/Users/gilad/.nvm/versions/node/v16.20.0/lib/node_modules/@teambit/bvm/node_modules/@teambit/bvm.list/dist/gcp/gcp-list.js:5:58)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)