fusion icon indicating copy to clipboard operation
fusion copied to clipboard

Server crash in meteor 1.8

Open igal1c0de4n opened this issue 6 years ago • 1 comments

Currently installing in a meteor 1.8 project shows this server-side error:

  While selecting package versions:
   error: No version of ddp-client satisfies all constraints: @=2.3.1, @~2.3.3
   Constraints on package "ddp-client":
   * ddp-client@=2.3.1 <- top level
   * ddp-client@~2.3.3 <- top level
   * [email protected] <- ddp 1.4.0 <- accounts-base 1.4.3 <- accounts-password
   1.5.1
   * [email protected] <- ddp 1.4.0 <- accounts-password 1.5.1
   * [email protected] <- ddp-server 2.2.0 <- ddp 1.4.0 <- accounts-base 1.4.3
   <- accounts-password 1.5.1
   * [email protected] <- ddp-server 2.2.0 <- ddp 1.4.0 <- accounts-password
   1.5.1
   
=> Your application has errors. Waiting for file change.

igal1c0de4n avatar Dec 06 '18 22:12 igal1c0de4n

Just update the version of the package to 2.3.3

Program3r avatar Mar 25 '19 02:03 Program3r