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 has been archived by the owner on Nov 9, 2023. It is now read-only.
Describe the bug
I try to use yarn tauri:serve command, but it fails. Using tauri dev + vue-cli-service serve, everything works fine. I've tried with NPM as well. The error is:
Downloading Rust CLI...
ERROR RequestError: connect ECONNREFUSED 127.0.0.1:443
RequestError: connect ECONNREFUSED 127.0.0.1:443
at ClientRequest.<anonymous> (/home/rpadovani/Documents/daintree/node_modules/got/dist/source/core/index.js:956:111)
at Object.onceWrapper (node:events:514:26)
at ClientRequest.emit (node:events:406:35)
at ClientRequest.origin.emit (/home/rpadovani/Documents/daintree/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
at TLSSocket.socketErrorListener (node:_http_client:447:9)
at TLSSocket.emit (node:events:394:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1142:16)
To Reproduce
Steps to reproduce the behavior:
Run yarn tauri:serve
Environment (please complete the following information):
I took a look at this a little while ago and couldn't figure out what was wrong. I think updating the tauri.js cli version in the plugin will fix it, but we have to wait for #44, which can't be merged till we publish a new version of tauri.js, which is blocked by the security audit.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I try to use
yarn tauri:serve
command, but it fails. Usingtauri dev
+vue-cli-service serve
, everything works fine. I've tried with NPM as well. The error is:To Reproduce
Steps to reproduce the behavior:
yarn tauri:serve
Environment (please complete the following information):
1.0.0-beta.6
feature/tauri
npx tauri info
/yarn tauri info
:The text was updated successfully, but these errors were encountered: