GithubHelp home page GithubHelp logo

Comments (7)

ivysrono avatar ivysrono commented on August 23, 2024

6.x are OK.

from get.

vingel avatar vingel commented on August 23, 2024

When I use 'npm i [email protected]' with ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/, it leads to a response code 404 not found error

Here is I how I fix it for temporary:

  1. Edit node_modules/@electron/get/dist/cjs/artifact-utils.js
  2. edit line 39:
var path = mirrorVar('customDir', opts, details.version);
var path = mirrorVar('customDir', opts, details.version.replace(/v\./, '');

then run npm i [email protected] again.

from get.

xland avatar xland commented on August 23, 2024

@vingel

I test it just now.
This method doesn't help me.

from get.

xland avatar xland commented on August 23, 2024

How about this issue's progress?

from get.

MarshallOfSound avatar MarshallOfSound commented on August 23, 2024

I can't reproduce this @NaridaL. I get the appropriate 404 error in console when I test on my machine.

image

from get.

deangoku avatar deangoku commented on August 23, 2024

@MarshallOfSound
It can only be reproduced on windows

from get.

electron-bot avatar electron-bot commented on August 23, 2024

🎉 This issue has been resolved in version 1.7.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

from get.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.