meteor-up icon indicating copy to clipboard operation
meteor-up copied to clipboard

Build meteor 3 app

Open roman-orlovskiy opened this issue 1 year ago • 6 comments

Have an error:

`[194.58.108.87] - Start Mongo [194.58.108.87] - Start Mongo: SUCCESS node:events:492 throw er; // Unhandled 'error' event ^

Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20) Emitted 'error' event on Client instance at: at Socket. (/usr/local/lib/node_modules/mup/node_modules/ssh2-classic/lib/client.js:307:10) at Socket.emit (node:events:514:28) at emitErrorNT (node:internal/streams/destroy:151:8) at emitErrorCloseNT (node:internal/streams/destroy:116:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -54, code: 'ECONNRESET', syscall: 'read', level: 'client-socket' }

`

roman-orlovskiy avatar Aug 11 '24 21:08 roman-orlovskiy

Hello, I switched to meteor 3 but I cannot deploy my projects. With meteor 3, it stays as follows. I can connect with ssh and I can also send files with scp.

image

Sergeant61 avatar Aug 15 '24 06:08 Sergeant61

run mup with node 20.9 as a work around

pmogollons avatar Aug 15 '24 16:08 pmogollons

Hello @Sergeant61, can you tell me which docker image you are using with Meteor 3 ? Thanks

mfeuermann avatar Sep 27 '24 07:09 mfeuermann

Hello, I switched to meteor 3 but I cannot deploy my projects. With meteor 3, it stays as follows. I can connect with ssh and I can also send files with scp.

I hit the same problem after updating my MacOS to Sequioa

run mup with node 20.9 as a work around

Didn't fix it :( I tried Node 16/18/19/20/21 without success

mikkelking avatar Sep 28 '24 20:09 mikkelking

Check your active node version. Uninstall your current node and install with nvm. It'll be easier to switch your node versions.

uniquarkD avatar Sep 29 '24 15:09 uniquarkD

Could you please try again with [email protected]? We were using a very outdated ssh2 client.

zodern avatar Oct 09 '24 21:10 zodern