question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install ccxt pro second time not work, says repo not found

See original GitHub issue

MUST READ THIS BEFORE SUBMITTING ISSUES (read the links, then delete this message before submitting):

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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
beersoupcommented, Dec 13, 2021

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 😃

0reactions
kroitorcommented, Dec 13, 2021

@beersoup try specifying your personal access key as your username and password with a colon, using this command:

git clone https://USERNAME:PASSWORD@github.com/kroitor/ccxt.pro.git

or

npm install https://USERNAME:PASSWORD@github.com/kroitor/ccxt.pro.git

You can generate the access token here: https://github.com/settings/tokens

Let us know if that does not help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found