brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

ERR phantomjs@1.9.18 install: `node install.js` #14764

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by ashoksrinivasan96 Tuesday Oct 06, 2020 at 15:06 GMT Originally opened as https://github.com/adobe/brackets/issues/15226


While installing one of the Node Modules (phantom@1.9.18), the following error is shown:

phantomjs@1.9.18 install C:\Users\ashok\Desktop\Open Source Contributions\brackets\node_modules\phantomjs

node install.js

invalid config loglevel="notice" Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-windows.zip Saving to C:\Users\ashok\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip Receiving... [=============---------------------------] 31% 0.0s Error requesting archive. Status: 404 Request options: { "uri": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-windows.zip", "encoding": null, "followRedirect": true, "headers": {}, "strictSSL": true } Response headers: { "content-security-policy-report-only": "script-src 'unsafe-eval' 'strict-dynamic' 'unsafe-inline' 'self' http: https: https://d301sr5gafysq2.cloudfront.net 'nonce-9IAz5UdbVijCVS3l'; style-src 'self' 'unsafe-inline' https://aui-cdn.atlassian.com https://d301sr5gafysq2.cloudfront.net; report-uri https://web-security-reports.services.atlassian.com/csp-report/bb-website; default-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob: ; connect-src bitbucket.org .bitbucket.org bb-inf.net *.bb-inf.net analytics.atlassian.com as.atlassian.com api-private.stg.atlassian.com api-private.atlassian.com cofs.staging.public.atl-paas.net cofs.prod.public.atl-paas.net intake.opbeat.com api.media.atlassian.com api.segment.io xid.statuspage.io xid.atlassian.com xid.sourcetreeapp.com bam.nr-data.net sentry.io bqlf8qjztdtr.statuspage.io https://d301sr5gafysq2.cloudfront.net; object-src about:; base-uri 'self'", "server": "nginx", "vary": "Accept-Language, Cookie, Accept-Encoding", "cache-control": "max-age=900", "content-type": "text/html; charset=utf-8", "x-b3-traceid": "d69fccaefeeed52f", "x-dc-location": "ash2", "strict-transport-security": "max-age=31536000; includeSubDomains; preload", "date": "Tue, 06 Oct 2020 14:52:12 GMT", "x-served-by": "app-3012", "content-language": "en", "accept-ranges": "bytes", "etag": "\"9156af1e77fc20a6dba85c54426d6055\"", "x-static-version": "23df7525fb5d", "x-render-time": "0.348337888718", "connection": "close", "x-request-count": "1205", "x-version": "23df7525fb5d", "x-frame-options": "SAMEORIGIN", "x-cache-info": "caching", "content-length": "41812" } Make sure your network and proxy settings are correct.

Steps to reproduce:

  1. Fork adobe/brackets
  2. Clone the repository using the command git clone
  3. cd brackets and use command git submodule update --init
  4. use command npm install
core-ai-bot commented 2 years ago

Comment by voizuu Tuesday Dec 15, 2020 at 12:10 GMT


I got the same error, haven't found a fix yet but will keep you updated if anything changes.