teambit / bvm

Bit version manager
Other
40 stars 13 forks source link

'bvm' is not recognized as an internal or external command, operable program or batch file. #39

Closed miliko0022 closed 2 years ago

miliko0022 commented 2 years ago

I have installed npx @teambit/bvm install. After that I want to check bvm and bit. bit working, and bvm throws an error

bvm : The term 'bvm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 bvm -v

image

GiladShoham commented 2 years ago

if you use npx, it won't add it to your global bin folder (by design) if you want to have bvm command, you need to install it globally npm install -g @teambit/bvm