meteor-up
meteor-up copied to clipboard
Build meteor 3 app
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.
`
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.
run mup with node 20.9 as a work around
Hello @Sergeant61, can you tell me which docker image you are using with Meteor 3 ? Thanks
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
Check your active node version. Uninstall your current node and install with nvm. It'll be easier to switch your node versions.
Could you please try again with [email protected]? We were using a very outdated ssh2 client.