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
Since the old repos were renamed to Heavyai from omnisci we are facing these issues while doing npm install :
Error while executing: npm ERR! /usr/local/bin/git ls-remote -h -t git://github.com/omnisci/legendables.git npm ERR! npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 140.82.121.4]: errno=Operation timed out npm ERR! npm ERR! npm ERR! exited with error code: 128
For example you can check the below package.json: https://github.com/heavyai/heavyai-charting/blob/master/package.json
this contains old links too - "legendables": "https://github.com/omnisci/legendables.git#4de5dd71cdc857d06c9a226facf3c35a20d8aff9",
Please ensure that the old release versions work with the new changes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since the old repos were renamed to Heavyai from omnisci we are facing these issues while doing npm install :
Error while executing:
npm ERR! /usr/local/bin/git ls-remote -h -t git://github.com/omnisci/legendables.git
npm ERR!
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 140.82.121.4]: errno=Operation timed out
npm ERR!
npm ERR!
npm ERR! exited with error code: 128
For example you can check the below package.json:
https://github.com/heavyai/heavyai-charting/blob/master/package.json
this contains old links too - "legendables": "https://github.com/omnisci/legendables.git#4de5dd71cdc857d06c9a226facf3c35a20d8aff9",
Please ensure that the old release versions work with the new changes
The text was updated successfully, but these errors were encountered: