Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

bignumber.js.git - not accessible #17413

Closed
rahul70392 opened this issue Jun 23, 2017 · 15 comments
Closed

bignumber.js.git - not accessible #17413

rahul70392 opened this issue Jun 23, 2017 · 15 comments

Comments

@rahul70392
Copy link

npm ERR! git clone --template=/home/rahul/.npm/_git-remotes/_templates --mirror https://github.com/debris/bignumber.js.git /home/rahul/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-94d7146671b9719e00a09c29b01a691bc85048c2-df3f1ce1: Cloning into bare repository '/home/rahul/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-94d7146671b9719e00a09c29b01a691bc85048c2-df3f1ce1'...
npm ERR! git clone --template=/home/rahul/.npm/_git-remotes/_templates --mirror https://github.com/debris/bignumber.js.git /home/rahul/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-94d7146671b9719e00a09c29b01a691bc85048c2-df3f1ce1: remote: Invalid username or password.
npm ERR! git clone --template=/home/rahul/.npm/_git-remotes/_templates --mirror https://github.com/debris/bignumber.js.git /home/rahul/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-94d7146671b9719e00a09c29b01a691bc85048c2-df3f1ce1: fatal: Authentication failed for 'https://github.com/debris/bignumber.js.git/'
npm ERR! Linux 4.10.0-24-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "web3"
npm ERR! node v7.10.0
npm ERR! npm v4.2.0
npm ERR! code 128

npm ERR! Command failed: git clone --template=/home/rahul/.npm/_git-remotes/_templates --mirror https://github.com/debris/bignumber.js.git /home/rahul/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-94d7146671b9719e00a09c29b01a691bc85048c2-df3f1ce1
npm ERR! Cloning into bare repository '/home/rahul/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-94d7146671b9719e00a09c29b01a691bc85048c2-df3f1ce1'...
npm ERR! remote: Invalid username or password.
npm ERR! fatal: Authentication failed for 'https://github.com/debris/bignumber.js.git/'
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /home/rahul/.npm/_logs/2017-06-23T23_12_55_470Z-debug.log
rahul@rahul-dell:~/Desktop/Projects/node-truffle$ ^C

@tsouza
Copy link

tsouza commented Jun 24, 2017

I am also with this problem when trying to install truffle framework

@apackin
Copy link

apackin commented Jun 24, 2017

Just started getting this today too - Looks similar to web3/web3.js#470

Getting a 404 when I try to visit https://github.com/debris/bignumber.js <- Did debris decide to make this repo private or something?

@doppio
Copy link

doppio commented Jun 24, 2017

Same here. :( I guess the repo must have been removed or made private today.

@satyamakgec
Copy link

satyamakgec commented Jun 24, 2017

Same here. this problem comes to me also when installing ethereumjs-testrpc
What is the solution?

@cochoa0x1
Copy link

same problem, trying to install ethereumjs-testrpc

@pindaroso
Copy link

Bump.

@ammarqqqq
Copy link

what is the update on resolving this. if not any work around?

@netr
Copy link

netr commented Jun 24, 2017

having the same problem trying to setup a web3 npm install

i was able to fix the testrpc installs by using:
npm install -g ethereumjs-testrpc@beta

Yet, i'm trying to work with web3 and it's giving me errors when I try to npm install.

@mtchllbrrn
Copy link

mtchllbrrn commented Jun 24, 2017

Installing from the beta tag works for me as well, nice workaround @netr

fwiw, I'm not having any issues with web3.

@DhaneshKothari
Copy link

Same issue while trying to install truffle. What is the solution?

Thanks

@akaranth
Copy link

npm install -g truffle@beta worked for me

@MathieuGilbert
Copy link

MathieuGilbert commented Jun 24, 2017

npm install -g truffle@beta from here trufflesuite/truffle#454 (comment) too

@DhaneshKothari
Copy link

works with npm install -g truffle@beta as suggested by @akaranth and @MathieuGilbert.

Thanks

@albpal
Copy link

albpal commented Jun 25, 2017

Same here:

$ git clone https://github.com/ethereumjs/testrpc.git && cd testrpc
$ docker build -t ethereumjs/testrpc .

.....
.....
Removing intermediate container 7189171a0a9d
Step 5 : RUN npm install
---> Running in 8b961106a4a4
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/debris/bignumber.js.git /root/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-master-df3f1ce1: Cloning into bare repository '/root/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-master-df3f1ce1'...
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/debris/bignumber.js.git /root/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-master-df3f1ce1: remote: Invalid username or password.
npm ERR! git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/debris/bignumber.js.git /root/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-master-df3f1ce1: fatal: Authentication failed for 'https://github.com/debris/bignumber.js.git/'
npm ERR! Linux 3.10.0-514.21.2.el7.x86_64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v6.9.2
npm ERR! npm v3.10.10
npm ERR! code 128

npm ERR! Command failed: git clone --template=/root/.npm/_git-remotes/_templates --mirror https://github.com/debris/bignumber.js.git /root/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-master-df3f1ce1
npm ERR! Cloning into bare repository '/root/.npm/_git-remotes/git-https-github-com-debris-bignumber-js-git-master-df3f1ce1'...
npm ERR! remote: Invalid username or password.
npm ERR! fatal: Authentication failed for 'https://github.com/debris/bignumber.js.git/'
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! /src/npm-debug.log
The command '/bin/sh -c npm install' returned a non-zero code: 1

@kenany kenany mentioned this issue Jun 25, 2017
12 tasks
@npm-robot
Copy link

We're closing this support issue as it has gone three days without activity. The npm CLI team itself does not provide support via this issue tracker, but we are happy when users help each other here. In our experience once a support issue goes dormant it's unlikely to get further activity. If you're still having problems, you may be better served by joining package.community and asking your question there.

For more information about our new issue aging policies and why we've instituted them please see our blog post.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests