Install ccxt pro second time not work, says repo not found
See original GitHub issueMUST READ THIS BEFORE SUBMITTING ISSUES (read the links, then delete this message before submitting):
- https://github.com/ccxt/ccxt/wiki/FAQ
- https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue
Make sure your local version of CCXT is up to date. Check by comparing the output of ccxt.version
to https://github.com/ccxt/ccxt/blob/master/package.json#L3
- OS:
- Programming Language version:
- CCXT version:
REPLACE_THIS_WITH_YOUR_CODE_TO_REPRODUCE_THE_ISSUE_WITHOUT_YOUR_KEYS
REPLACE_THIS_WITH_YOUR_OUTPUT_ERROR_EXCEPTION_IN_TEXT_NO_SCREENSHOTS
Hi, I’ve been using ccxt pro for a few day with my Nodejs project, and I had to delete node_modules for some reason. After I delete it and I couldn’t install ccxt pro again, I don’t know why I have everything correct SSR in Github is connected well. Please help.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
ccxt-dev/ccxt - Gitter
Coinbase Pro sent out an email saying all clients need to be using Server Name Indication, in their TLS negotiation, or else they'll...
Read more ><no title> — ccxt 2.4.60 documentation
I'm trying to run the code, but it's not working, how do I fix it? ... When will you add the support for...
Read more >python - Can't install ccxt package becouse of pycares error
I found and answer which I posted at the bottom of question itself.
Read more >FAQ - CCXT Pro
FAQ. General. Why should I use CCXT Pro? CCXT Pro abstracts away the WebSocket protocol so you can use it without needing to...
Read more >CCXT - Cryptocurrency Exchange Trading Library Tutorial
CCXT supports over 100 crypto exchanges and makes trading available under a simple uniform interface. In this video, I use Binance and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It seems work now, I use npm install https://USERNAME:PASSWORD@github.com/kroitor/ccxt.pro.git with token as the PASSWORD, now I’m happy thanks for helping 😃
@beersoup try specifying your personal access key as your username and password with a colon, using this command:
or
You can generate the access token here: https://github.com/settings/tokens
Let us know if that does not help.