sindresorhus / is

Type check values
MIT License
1.68k stars 109 forks source link

Not found in npm registry #121

Closed KaustubhPatange closed 4 years ago

KaustubhPatange commented 4 years ago

Today while installing this package using npm,

> npm install @sindresorhus/is

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@sindresorhus%2fis - Not found
npm ERR! 404
npm ERR! 404  '@sindresorhus/is@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: ----

It is constantly failing with the above error!

VoidZA commented 4 years ago

Also getting this

brdv commented 4 years ago

Same here, was able to install yesterday..

talkol commented 4 years ago

also getting this

VoidZA commented 4 years ago

Read a few older articles, seems if you use npm login and then install the package it works. You can create a user here: https://www.npmjs.com/login?next=/package/npm-cli-login/access

Perhaps logging in simply links the registy? Anyway it did the trick for me.

talkol commented 4 years ago

I believe it's an issue with npm

From https://status.npmjs.org/

Issues accessing npmjs.com and installing scoped packages

Update - The issue with the npm website was resolved. We are still looking into error telemetry for installation of scoped packages but are seeing signs of improvement.
Aug 6, 09:33 UTC
Identified - We have identified the problematic component and the team is working on a fix.
Aug 6, 09:09 UTC
Update - The ongoing issue may also affect installation of scoped packages. We continue investigating these issues.
Aug 6, 08:55 UTC
Update - We are continuing to investigate this issue.
Aug 6, 08:29 UTC
Investigating - We are investigating reports of issues when accessing the npmjs.com website.
Aug 6, 08:29 UTC

https://status.npmjs.org/incidents/cksjqc1w11v5

KaustubhPatange commented 4 years ago

As per @VoidZA npm login did the trick for me. Perhaps we should wait for npm to resolve it officially.

duongvanba commented 4 years ago

Do anyone know way to fix it ?

guptar85 commented 4 years ago

Yes after npm login it installed as expected.

duongvanba commented 4 years ago

All my server down because I can not update new version :( Help me

monovasuk commented 4 years ago

Same issue coming for all versions

plicas commented 4 years ago

looks like a problem with NPM and not with this package in specific .. https://status.npmjs.org/

techteamsagiam commented 4 years ago

same here getting not found in registry

ZabavskyAlex commented 4 years ago

the same problem

darkfriend commented 4 years ago

the same problem

KaustubhPatange commented 4 years ago

The issue is resolved! npm install @sindresorhus/is works now! There are still other packages which have such issues, npm is taking look into it to fix them as well.

Closing this issue