We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I freshly install, once i run "npm install", i'm facing below error
npm ERR! command sh -c node install.js Downloading electron-v0.36.7-linux-arm64.zip npm ERR! Error: GET https://github.com/atom/electron/releases/download/v0.36.7/electron-v0.36.7-linux-arm64.zip returned 404 npm ERR! /home/alfirus/mongotron/node_modules/electron-prebuilt/install.js:22 npm ERR! throw err npm ERR! ^ npm ERR! [ npm ERR! Error: GET https://github.com/atom/electron/releases/download/v0.36.7/electron-v0.36.7-linux-arm64.zip returned 404 npm ERR! at Request. (/home/alfirus/mongotron/node_modules/nugget/index.js:170:61) npm ERR! at Request.emit (node:events:514:28) npm ERR! at Request.onRequestResponse (/home/alfirus/mongotron/node_modules/request/request.js:951:10) npm ERR! at ClientRequest.emit (node:events:514:28) npm ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:693:27) npm ERR! at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) npm ERR! at TLSSocket.socketOnData (node:_http_client:535:22) npm ERR! at TLSSocket.emit (node:events:514:28) npm ERR! at addChunk (node:internal/streams/readable:343:12) npm ERR! at readableAddChunk (node:internal/streams/readable:316:9) npm ERR! ] npm ERR! npm ERR! Node.js v20.5.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I freshly install, once i run "npm install", i'm facing below error
npm ERR! command sh -c node install.js
Downloading electron-v0.36.7-linux-arm64.zip
npm ERR! Error: GET https://github.com/atom/electron/releases/download/v0.36.7/electron-v0.36.7-linux-arm64.zip returned 404
npm ERR! /home/alfirus/mongotron/node_modules/electron-prebuilt/install.js:22
npm ERR! throw err
npm ERR! ^
npm ERR! [
npm ERR! Error: GET https://github.com/atom/electron/releases/download/v0.36.7/electron-v0.36.7-linux-arm64.zip returned 404
npm ERR! at Request. (/home/alfirus/mongotron/node_modules/nugget/index.js:170:61)
npm ERR! at Request.emit (node:events:514:28)
npm ERR! at Request.onRequestResponse (/home/alfirus/mongotron/node_modules/request/request.js:951:10)
npm ERR! at ClientRequest.emit (node:events:514:28)
npm ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:693:27)
npm ERR! at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
npm ERR! at TLSSocket.socketOnData (node:_http_client:535:22)
npm ERR! at TLSSocket.emit (node:events:514:28)
npm ERR! at addChunk (node:internal/streams/readable:343:12)
npm ERR! at readableAddChunk (node:internal/streams/readable:316:9)
npm ERR! ]
npm ERR!
npm ERR! Node.js v20.5.1
The text was updated successfully, but these errors were encountered: