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

Can't install latest version of docusaurus with npm #692

Closed
qrevel opened this issue May 23, 2018 · 4 comments
Closed

Can't install latest version of docusaurus with npm #692

qrevel opened this issue May 23, 2018 · 4 comments

Comments

@qrevel
Copy link

qrevel commented May 23, 2018

Is this a bug report?

yes

Have you read the Contributing Guidelines on issues?

yes

Environment

Node 10+
Docusaurus 1.1.2

Steps to Reproduce

docker run -it --rm node:10.1-alpine sh
/ # npm install docusaurus@1.1.2
npm ERR! code ETARGET
npm ERR! notarget No matching version found for docusaurus@1.1.2
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! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2018-05-23T05_54_54_343Z-debug.log
/ # npm show docusaurus | grep 1.1.2
     gaze: '^1.1.2',
/ #

Expected Behavior

It should install the lastest version of docusaurus.
I found this incident on npm. It may be related.

@yangshun
Copy link
Contributor

We received a similar report and it seems like rxjs is having the same issue as well ReactiveX/rxjs#3729 and issues have been filed with npm npm/npm#20711.

We'll monitor the situation and perhaps publish 1.1.3 if it persists.

@JoelMarcey
Copy link
Contributor

npm claims to have resolved this: https://status.npmjs.org/incidents/3rjzvts6v98k

Is it still an issue for you @qrevel?

@yangshun
Copy link
Contributor

yangshun commented May 23, 2018

Closed by #695

@qrevel
Copy link
Author

qrevel commented May 23, 2018

Everything's working with 1.1.3

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

3 participants