Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Consistent npm install failure #522

Closed
rlamorea opened this issue Mar 31, 2016 · 3 comments
Closed

Consistent npm install failure #522

rlamorea opened this issue Mar 31, 2016 · 3 comments

Comments

@rlamorea
Copy link

Our build is consistently failing due to npm install error due to a phantomjs dependency:

> [email protected] install /usr/local/ubixlabs/ubix-ui/ux-frame/assets/node_modules/phantomjs
> node install.js

Looks like an `npm install -g`; unable to check for already installed version.
Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
Receiving...

�[91mError requesting archive.
Status: 403
Request options: {
  "uri": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2",
  "encoding": null,
  "followRedirect": true,
  "headers": {},
  "strictSSL": true
}
Response headers: {
  "x-amz-request-id": "91E33930D8419578",
  "x-amz-id-2": "UAgIL6OPvDT7pJLL2lr6dE7YAbQwgVadOhW2Nq2i47eFC8rZ7F6j3gus5qEA4UpTDHrpoWw5p8Y=",
  "content-type": "application/xml",
  "transfer-encoding": "chunked",
  "date": "Thu, 31 Mar 2016 15:40:38 GMT",
  "server": "AmazonS3",
  "connection": "close"
}
Make sure your network and proxy settings are correct.

If you continue to have issues, please report this full log at https://github.com/Medium/phantomjs
@nicks
Copy link
Contributor

nicks commented Mar 31, 2016

Ya, bitbucket has been having problems. I just published 1.9.20 which no longer uses bitbucket as the main download location.

@nicks nicks closed this as completed Mar 31, 2016
astorije added a commit to astorije/mocha-phantomjs that referenced this issue Apr 5, 2016
The current version of PhantomJS is [having issues](Medium/phantomjs#522) with Bitbucket, which serves the archive for the main executable.

Without attempting a major version bump (already discussed and apparently stagnating in nathanboktae#175), this bumps from 1.9.7-15 to 1.9.20 as the goal is to prevent all CI tools to fail on projects using `mocha-phantomjs`.
@rlamorea
Copy link
Author

This is happening again.

It appears that the 1.9.20 version that was part of the patch has been reverted back to 1.9.7-15.

@nicks
Copy link
Contributor

nicks commented Apr 16, 2016

yep, you'll have to upgrade to 1.9.20. If you can't upgrade, there's not
much we can do to help you.

On Fri, Apr 15, 2016 at 6:54 PM, Rick Lamoreaux [email protected]
wrote:

This is happening again.

It appears that the 1.9.20 version that was part of the patch has been
reverted back to 1.9.7-15.


You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub
#522 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants