-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unable to install apollo-server #6469
Comments
Yikes, thanks for the report! Looking into this now. |
Ok |
Update: the versions are in a weird state and it appears to be on NPM's side. I've reached out to support and will try to resolve the issue via a patch release or rolling back the In the meantime, please specifically install |
I didn't hear back from NPM tonight, so I went ahead and published new patch versions. All of the |
I have still issues with installing
|
Hello ! We have found temporary solution with npm uninstall apollo-server-express |
The problem is v3.8.1 which used to be able to be installed, can no longer be installed. |
apollo-server-express@^3.8.0 doesn't exist。 The problem is v3.8.1 of apollo-server。so I keep the version in v3.8.0 of apollo-server, I solved it。eg: "apollo-server": "^3.8.0" => "apollo-server": "3.8.0" |
Yes, so currently the fix as mentioned by @hcasanov works fine, just run the below command:
|
They are just workarounds, not a fundamental solution. The problem to be solved is that v3.8.1, which should be publicly available, does not exist.
|
Hi, i am facing the same issue while installing apollo-server-express@^3.8.1, does anyone has a solution why is npm acting like this. |
This was working before, something is up with npm again. I'll take a look when I start my day and open a ticket with them if it hasn't resolved itself by then. In the meantime please use the workaround proposed and install the most recent version that's available. |
I have installed apollo-server previous version and its working fine. |
Following up: I've sent a message to npm. I've also discovered this affects You can install a specific version using the following notation as mentioned above: Due to a recent npm issue, Going to reopen until this is resolved. |
Still haven't heard from npm. I've updated the |
Still haven't heard from npm but the version issue seems to have cleared up. Repromoting |
At the moment users are unable to install apollo-sever since the release of 3.8.0 about an hour ago. I'm not sure if a broken build was published or if the order of publishing needs to be adjusted so as not to cause 'downtime' during a new version rollout.
Looking at the package.json file inside of
apollo-server-express
seems to indicate that 3.8.0 was intended to be published, however it's not yet available in NPM - https://www.npmjs.com/package/apollo-server-express.Running
npm install apollo-server graphql
in a blank project returns the messagenode version: 14.19.3
npm version: 6.14.17
The text was updated successfully, but these errors were encountered: