netless-io / flat

Project flat is the Web, Windows and macOS client of Agora Flat open source classroom.
https://flat.whiteboard.agora.io
MIT License
5.68k stars 815 forks source link

cannot resolve https://npmmirror.com/mirrors/electron/12.0.15/electron-v12.0.15-win32-x64.zip: status code 404 #2125

Closed jingjingding closed 4 months ago

jingjingding commented 6 months ago

cannot resolve https://npmmirror.com/mirrors/electron/12.0.15/electron-v12.0.15-win32-x64.zip: status code 404

hyrious commented 6 months ago

That was because npmmirror needs .../electron/v12.0.15/electron-v... in electron 12 and before.

You can set your ELECTRON_MIRROR with this env and try again:

export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/v"
stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.