We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to install teambit using npx @teambit/bvm install
All packages are installed and I can start creating workspaces and components
It seems that the installer tries to find '/usr/bin/python3' to symlink it to bit-1.5.29/node_modules/cpu-features/build/node_gyp_bins/python3
But fails because this is a Linux path and I use Windows.
After this error, it says: extracting version 1.5.29 using child-process method
But nothing happened after 20-25 minutes, it just keeps spinning
I will appreciate help and guidance on this topic.
Best REgards, Evgeni
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I am trying to install teambit using npx @teambit/bvm install
Steps to Reproduce
Expected Behavior
All packages are installed and I can start creating workspaces and components
Screenshots, exceptions and logs
Specifications
Additional context
It seems that the installer tries to find '/usr/bin/python3' to symlink it to
bit-1.5.29/node_modules/cpu-features/build/node_gyp_bins/python3
But fails because this is a Linux path and I use Windows.
After this error, it says:
extracting version 1.5.29 using child-process method
But nothing happened after 20-25 minutes, it just keeps spinning
I will appreciate help and guidance on this topic.
Best REgards,
Evgeni
The text was updated successfully, but these errors were encountered: