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

Warning every time meteor project is restarted #132

Open
leoncvlt opened this issue Mar 24, 2018 · 11 comments
Open

Warning every time meteor project is restarted #132

leoncvlt opened this issue Mar 24, 2018 · 11 comments

Comments

@leoncvlt
Copy link

Every time my meteor project restarts after changing a file, I get this line in the terminal: app/client/lib/semantic-ui/semantic.less.css: warn: There are some @import rules those are not taking effect as they are required to be in the beginning of the file.

This is after the latest 2.3.1 update (Thanks again for that btw!)

@lesliedoghouse
Copy link

Is this project still maintain and active?

@rtorot
Copy link

rtorot commented May 7, 2018

Hi, I have the same issue, any updates?

@rtorot
Copy link

rtorot commented May 7, 2018

I found the solution, it's not a problem of semantic-ui, but of juliancwirko:postcss. Installing version 1.2.0 resolves the problem.

@alexismoreau
Copy link

Using juliancwirko:[email protected], even 1.3.0 is not fixing this issue for me

@lesliedoghouse
Copy link

Ya, meteor add juliancwirko:[email protected] doesn't fix anything.

@rtorot
Copy link

rtorot commented May 19, 2018 via email

@lesliedoghouse
Copy link

Many thanks, it work.

@lesliedoghouse
Copy link

@rtorot do you mind explain the difference between with = and without =

@lesliedoghouse
Copy link

In https://guide.meteor.com/using-atmosphere-packages.html it show:
meteor add kadira:[email protected]

But in https://atmospherejs.com/i/installing it show:
meteor add mrt:moment@=1.6.2

@nooitaf
Copy link
Member

nooitaf commented May 20, 2018

@lesliedoghouse

From the Meteor Command Line Docs:

Running meteor add [email protected] will add the package at version 1.1.0 or higher (but not 2.0.0 or higher). If you want to use version 1.1.0 exactly, use meteor add package@=1.1.0. You can also ‘or’ constraints together: for example, meteor add 'package@=1.0.0 || =2.0.1' means either 1.0.0 (exactly) or 2.0.1 (exactly).

To remove a version constraint for a specific package, run meteor add again without specifying a version. For example above, to stop using version 1.1.0 exactly, run meteor add package.

@lesliedoghouse
Copy link

@nooitaf thank you very much for the info. appreciated.

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

No branches or pull requests

5 participants