lightproxy icon indicating copy to clipboard operation
lightproxy copied to clipboard

hit 404 when `yarn run install-deps `

Open ieow opened this issue 2 years ago • 0 comments

hit 404 when yarn run install-deps

error /Users/works/tools/lightproxy/node_modules/electron: Command failed.
Exit code: 1
Command: node install.js
Arguments: 
Directory: /Users/works/tools/lightproxy/node_modules/electron
Output:
HTTPError: Response code 404 (Not Found)
    at Request._onResponseBase (/Users/works/tools/lightproxy/node_modules/got/dist/source/core/index.js:913:31)
    at Request._onResponse (/Users/works/tools/lightproxy/node_modules/got/dist/source/core/index.js:948:24)
    at ClientRequest.<anonymous> (/Users/works/tools/lightproxy/node_modules/got/dist/source/core/index.js:962:23)
    at Object.onceWrapper (node:events:629:26)
    at ClientRequest.emit (node:events:526:35)
    ```

ieow avatar Dec 13 '23 06:12 ieow