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

Error ETARGET #64

Closed
alanshaw opened this issue Sep 25, 2018 · 3 comments
Closed

Error ETARGET #64

alanshaw opened this issue Sep 25, 2018 · 3 comments

Comments

@alanshaw
Copy link
Member

npm http fetch GET 200 https://registry.js.ipfs.io/cids 41ms
npm ERR! code ETARGET
npm ERR! notarget No matching version found for cids@~0.5.4
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'ipld-dag-pb'
npm ERR! notarget 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/alan/.npm/_logs/2018-09-25T11_37_22_635Z-debug.log
@achingbrain
Copy link
Member

This is probably because a new version has been published and the registry watcher isn't running yet. It's not running because it would be pulling down new versions all the time, which would fill up the available storage very quickly. This needs the storage solution sorting out, sorry: ipfs/infra#432

@achingbrain
Copy link
Member

This should be fixed now, could you give it another go?

@alanshaw
Copy link
Member Author

yep all good now (and installs 0.5.5 too 😄)

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

2 participants