Skip to content
New issue

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

Exporting components with --all flag stuck #3296

Closed
virat21 opened this issue Oct 30, 2020 · 1 comment
Closed

Exporting components with --all flag stuck #3296

virat21 opened this issue Oct 30, 2020 · 1 comment

Comments

@virat21
Copy link

virat21 commented Oct 30, 2020

Description

I've around 30+ component tagged and ready to export but each time when I try to export with --all and wait for a while around 3-4 hr. I'm having a pretty good internet connection. looks like the process was stuck. so I just kill it and try to export one by one. then it works. but we are using CI/CD in workflow and exporting one by one is not a good solution

Specifications

  • Bit version: bit 14.8.8
  • Node version: node v14.8.0
  • npm / yarn version: yarn 1.22.4
  • Platform: macOS
  • Bit compiler (include version): bit.envs/compilers/react-typescript@3.1.57
  • Bit tester (include version): -
@davidfirst
Copy link
Member

@virat21 , the issue is a combination of a bug in ssh2 package and node >= v14.1.0. See more details here: #2844.

The workaround for now is to downgrade to node <=v14.0.0

@virat21 virat21 closed this as completed Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants