Problem with less when upgrading to Meteor 1.3

Hey guys, I’m trying to upgrade to Meteor 1.3 from Meteor 1.2.1

I got this following error

Update to release METEOR@1.3 is impossible:
While selecting package versions:
error: No version of less satisfies all constraints: @=2.5.1, @=2.5.6
Constraints on package “less”:

  • less@=2.5.1 <- top level
  • less@=2.5.6 <- top level
  • less@2.5.6 <- accounts-ui 1.1.7 <- dotansimha:accounts-ui-angular 0.0.1
  • less@2.5.6 <- accounts-ui-unstyled 1.1.10 <- accounts-ui 1.1.7 <- dotansimha:accounts-ui-angular 0.0.1

This project is at the latest release which is compatible with your current package constraints.

Changes to your project’s package version selections from updating package versions:

angular upgraded from 1.3.5 to 1.3.9_2
angular-meteor-data* upgraded from 0.1.0 to 1.3.9_2
angular-templates* upgraded from 0.0.3 to 1.0.2
angularui:angular-google-maps upgraded from 2.3.1 to 2.3.2
dotansimha:accounts-ui-angular upgraded from 0.0.2 to 0.0.3

  • These packages have been updated to new versions that are not backwards
    compatible.

The following top-level dependencies were not updated to the very latest version available:

  • dotansimha:accounts-ui-angular 0.0.3 (0.0.4 is available)

Newer versions of the following indirect dependencies are available:

  • angular:angular 1.4.8 (1.5.3 is available)
  • dburles:mongo-collection-instances 0.3.4 (0.3.5 is available)
  • lai:collection-extensions 0.1.4 (0.2.1_1 is available)
  • nmccready:angular-simple-logger 0.0.4 (0.1.7 is available)
  • pbastowski:angular-babel 1.0.9 (1.3.2 is available)
  • stevezhu:lodash 3.5.0_3 (4.6.1 is available)
    To update one or more of these packages, pass their names to meteor update.

Any help is appreciated!

Thanks!

I just managed to solve the problem.

  1. remove less from the project
  2. proceed and update to Meteor 1.3
  3. add less to project again.

That’s how I got mine working. It’s kinda like a hack