-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
Is this project still maintain and active? |
Hi, I have the same issue, any updates? |
I found the solution, it's not a problem of semantic-ui, but of juliancwirko:postcss. Installing version 1.2.0 resolves the problem. |
Using juliancwirko:[email protected], even 1.3.0 is not fixing this issue for me |
Ya, meteor add juliancwirko:[email protected] doesn't fix anything. |
For me it fixed the problem...
The correct syntax is
meteor add juliancwirko:postcss@=1.2.0
El sáb., 19 de may. de 2018 12:10 AM, lesliedoghouse <
[email protected]> escribió:
… Ya, meteor add ***@***.*** doesn't fix anything.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#132 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AlQeLMXwSUl-SaPaKIPyT3rQ3Tk0wfcXks5tz5shgaJpZM4S5zqM>
.
|
Many thanks, it work. |
@rtorot do you mind explain the difference between with = and without = |
In https://guide.meteor.com/using-atmosphere-packages.html it show: But in https://atmospherejs.com/i/installing it show: |
From the Meteor Command Line Docs: Running To remove a version constraint for a specific package, run |
@nooitaf thank you very much for the info. appreciated. |
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!)
The text was updated successfully, but these errors were encountered: