You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
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.
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: