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 install failing due to missing dependency #21

Closed
karan-kang opened this issue Feb 12, 2020 · 2 comments
Closed

NPM install failing due to missing dependency #21

karan-kang opened this issue Feb 12, 2020 · 2 comments

Comments

@karan-kang
Copy link

This package has a dependency on error-ex library v1.3.2.
The error-ex package is no longer published on NPM for some reason:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz
npm ERR! 404
npm ERR! 404  'error-ex@1.3.2' 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.
@sindresorhus
Copy link
Owner

❯ npm install error-ex@1.3.2
+ error-ex@1.3.2
added 2 packages from 1 contributor and audited 2 packages in 1.827s

@sindresorhus
Copy link
Owner

The error-ex package is no longer published on NPM for some reason:

That is not possible. Package authors are not able to pull versions after 24 hours.

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