Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update less dependency version #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hetzge
Copy link

@hetzge hetzge commented Mar 8, 2021

While starting the application i got the following error:

=> Errors prevented startup:

   While selecting package versions:
   error: No version of less satisfies all constraints: @2.8.0, @=3.0.1
   Constraints on package "less":
   * less@2.8.0 <- top level
   * less@=3.0.1 <- top level

=> Your application has errors. Waiting for file change.

This change fixed the problem for me. I am using Meteor 1.12.

@dmandrioli
Copy link
Member

dmandrioli commented Mar 8, 2021

Hi, thanks for the PR. The current version of the tool (with less 2.8.0, Meteor 1.12) is working on my side using OSX. What OS are you using to get this error?

@hetzge
Copy link
Author

hetzge commented Mar 9, 2021

I am using Windows 10 and have Meteor installed by cloning the Git Repository and running the meteor.bat file. I have tested it with the following branches:

git clone --branch=release/METEOR@1.12.1 https://github.com/meteor/meteor.git
git clone --branch=release/METEOR@1.12 https://github.com/meteor/meteor.git

@dmandrioli
Copy link
Member

I just checked without changing anything to dependencies and it worked as expected on Windows 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants