mrauhu / meteor-clusterws

Guide for adding support of 🚀 ClusterWS in the Meteor
7 stars 0 forks source link

Problem updating to Meteor 1.11 #3

Closed vlasky closed 4 years ago

vlasky commented 4 years ago

Hello, I got these error messages when I ran meteor update inside my project folder:

=> Errors while initializing project:

While selecting package versions:
error: No version of ddp-server satisfies all constraints: @=2.3.1, @~2.3.2
Constraints on package "ddp-server":
* ddp-server@=2.3.1 <- top level
* ddp-server@~2.3.2 <- top level
* ddp-server@2.1.0 <- ddp 1.4.0 <- accounts-base 1.7.0

No version of socket-stream-client satisfies all constraints: @=0.3.0, @~0.3.1
Constraints on package "socket-stream-client":
* socket-stream-client@=0.3.0 <- top level
* socket-stream-client@~0.3.1 <- top level
* socket-stream-client@0.2.0 <- ddp-client 2.3.3 <- ddp 1.4.0 <- accounts-base
1.7.0
mrauhu commented 4 years ago

Hello, Vlad.

Thanks for the information.

I will check and fix it.

vlasky commented 4 years ago

@mrauhu in what timeframe are we likely to have the fix released?

mrauhu commented 4 years ago

@vlasky fix released today.