pulse-browser / browser

Pulse Browser: An experimental firefox fork
https://pulsebrowser.app/
Mozilla Public License 2.0
773 stars 46 forks source link

Problem when building #214

Open Sefohui opened 1 year ago

Sefohui commented 1 year ago

I get an error when trying to build it on Ubuntu 22.10.

When running yarn download it loads for a while then spits out this error:

     ERROR An error occurred while running command ["download"]:

 TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received undefined

 • validateString (node:internal/validators:116:11)
 • Url.parse (node:url:185:3)
 • Object.urlParse [as parse] (node:url:156:13)
 • dispatchHttpRequest (/home/sefohui/Git/browser/node_modules/axios/lib/adapters/http.js:98:22)
 • new Promise (<anonymous>)
 • httpAdapter (/home/sefohui/Git/browser/node_modules/axios/lib/adapters/http.js:46:10)
 • dispatchRequest (/home/sefohui/Git/browser/node_modules/axios/lib/core/dispatchRequest.js:53:10)
 • Axios.request (/home/sefohui/Git/browser/node_modules/axios/lib/core/Axios.js:108:15)
 • Axios.<computed> [as get] (/home/sefohui/Git/browser/node_modules/axios/lib/core/Axios.js:129:17)

    00:00:01 Exiting due to error.
    error Command failed with exit code 1.
    info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
trickypr commented 1 year ago

Are you able to provide the full logs from pnpm download through to Exiting due to error?