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

GotError [HTTPError]: Response code 404 (Not Found) #55

Open
adamfaraj opened this issue Jun 2, 2023 · 0 comments
Open

GotError [HTTPError]: Response code 404 (Not Found) #55

adamfaraj opened this issue Jun 2, 2023 · 0 comments

Comments

@adamfaraj
Copy link

Running node-nightly and it tries to pull down the x64 file, but it's not found in that directory.

 host: 'nodejs.org',
  hostname: 'nodejs.org',
  method: 'GET',
  path: '/download/nightly/v21.0.0-nightly202306022fca7ea2be/node-v21.0.0-nightly202306022fca7ea2be-darwin-x64.tar.gz',
  protocol: 'https:',
  url: 'https://nodejs.org/download/nightly/v21.0.0-nightly202306022fca7ea2be/node-v21.0.0-nightly202306022fca7ea2be-darwin-x64.tar.gz',
  statusCode: 404,
  statusMessage: 'Not Found',
  headers: {
    date: 'Fri, 02 Jun 2023 15:07:06 GMT',
    'content-type': 'text/html',
    'transfer-encoding': 'chunked',
    connection: 'close',
    'cache-control': 'private, no-store, max-age=0',
    'cf-cache-status': 'BYPASS',
    vary: 'Accept-Encoding',
    'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
    'x-content-type-options': 'nosniff',
    server: 'cloudflare',
    'cf-ray': '7d109aa4fc3906f4-ATL',
    'content-encoding': 'gzip'
  }

image

Node Version: 18.15.0
npm version: 9.5.0
OS: macOS

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

1 participant