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

1.8.2版本 unpublish ? #105

Closed
tangjinzhou opened this issue May 26, 2018 · 8 comments
Closed

1.8.2版本 unpublish ? #105

tangjinzhou opened this issue May 26, 2018 · 8 comments

Comments

@tangjinzhou
Copy link

404 Not Found: async-validator@https://registry.npmjs.org/async-validator/-/async-validator-1.8.2.tgz

@ke1vin4real
Copy link

ke1vin4real commented May 26, 2018

try 1.8.1

@chikien276
Copy link

I cannot install this package too

@mackiedrew
Copy link

mackiedrew commented May 26, 2018

Same issue from the dependency tree:

antd => rc-form => [email protected]

You'll see the error in after npm install:

npm ERR! code E404
npm ERR! 404 Not Found: [email protected]

You'll also notice the URL for the NPM module is missing: https://registry.npmjs.org/async-validator/-/async-validator-1.8.2.tgz


You can also see that the release source and tgz is still avaliable on GitHub here.

Because of this, if you are directly referencing the dependency you can temporarily fix this issue by running the command:

npm install https://github.com/yiminghe/async-validator/archive/1.8.2.tar.gz

or by adding it as a dependency:

  "dependencies": {
    "async-validator": "https://github.com/yiminghe/async-validator/archive/1.8.2.tar.gz"
  }

Something strange...

Seems like NPM itself may be having issues. This is likely only one of many packages affected.

The main conversation about this issue is over here: NPM Registry Issue

@dobromir-hristov
Copy link

Oh things are gonna get messy now :) Just got this too.

@indrajit-rathod
Copy link

npm ERR! code E404
npm ERR! 404 Not Found: async-validator@https://registry.npmjs.org/async-validator/-/async-validator-1.8.2.tgz
Is there a workaround to solve this issue ?

@afc163
Copy link
Contributor

afc163 commented May 26, 2018

+1

@afc163
Copy link
Contributor

afc163 commented May 26, 2018

@wu-sheng
Copy link

+1 Facing the same issue, at Apache SkyWalking

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

8 participants