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

npm ERR! 504 Gateway Time-out: async-validator@https://registry.npmjs.org/async-validator/-/async-validator-1.8.2.tgz #103

Closed
marioaldayuz opened this issue May 22, 2018 · 9 comments

Comments

@marioaldayuz
Copy link

Receiving this error when trying to install via NPM

@LordotU
Copy link

LordotU commented May 22, 2018

For yarn registry (https://registry.yarnpkg.com/async-validator/-/async-validator-1.8.2.tgz) it is the same...

I think, you just need to republish module, cause NPM site does not even show a readme.

@BigRoma
Copy link

BigRoma commented May 22, 2018

It's work correct, now. @marioaldayuz you can close issue.

@jason-curtis
Copy link

jason-curtis commented May 26, 2018

possibly related issue when installing via npm:
404 Not Found: async-validator@https://registry.npmjs.org/async-validator/-/async-validator-1.8.2.tgz
Happy to open a separate issue, but it seems like the solution is probably the same as for this issue - republish to npm.

@xjliang2007
Copy link

@thatneat I encounter the same issue as you did, did you figure out the reason?

@xjliang2007
Copy link

@thatneat I try to use a Chinese mirror of npm, then use cnpm to install again, and it works successfully. I guess the central npm module store may have some bugs.

the link to refer : https://npm.taobao.org/
just need two step :

  1. install cnpm as a module : npm install -g cnpm --registry=https://registry.npm.taobao.org
  2. use cnpm to install modules : cnpm install [module_name]

@marioaldayuz
Copy link
Author

Fixed

@siordache
Copy link

I'd like to see this issue reopened.
We have a workaround, but npm i async-validator still doesn't work.

@marioaldayuz marioaldayuz reopened this May 26, 2018
@siordache
Copy link

The problem has been fixed:
https://github.com/npm/registry/issues/329#issuecomment-392289993

@ygj6
Copy link
Collaborator

ygj6 commented Mar 21, 2020

solved, close

@ygj6 ygj6 closed this as completed Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants