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

Error on build #215

Open
RSchwan opened this issue Jul 30, 2016 · 9 comments
Open

Error on build #215

RSchwan opened this issue Jul 30, 2016 · 9 comments

Comments

@RSchwan
Copy link

RSchwan commented Jul 30, 2016

I get following error:

While building for web.browser:
error: no plugin found for accounts_ui.styl in ian:accounts-ui-bootstrap-3; a plugin for *.styl
was active when it was published but none is now

I'm on meteor 1.4.0.1 and I have the stylus package installed.

@taylorwc
Copy link

taylorwc commented Aug 1, 2016

I think it's actually an issue with the stylus package. First try meteor remove ian:accounts-ui-bootstrap-3, then meteor add stylus, then meteor add ian:accounts-ui-bootstrap-3 ... worked for me.

@RSchwan
Copy link
Author

RSchwan commented Aug 1, 2016

This works, thanks. But it's still a workaround and therefor still a bug. Shouldn't it work without the stylus package?

@taylorwc
Copy link

taylorwc commented Aug 1, 2016

I agree that it is a bug of sorts. This package relies on stylus as a direct dependency, so it can't work without it, but... I'm sure it's an older version of the stylus package that is being automatically added to the package when you add this to your project. We are basically overriding that by adding the current version of stylus first.

@CarlQLange
Copy link

the fix you mentioned worked for me too. I'd guess the fix here is just a question of adding an updated version of stylus to the requirements on this package.

@srerisso
Copy link

Worked for me too. Thanks @taylorwc

@RoelZ
Copy link

RoelZ commented Oct 23, 2016

Same here! Got the same error, fixed with @taylorwc 's solution.

@lucianopestana
Copy link

ian:accounts-ui-bootstrap-3 depends on the stylus package. Edit the .meteor/versions, replacing the stylus line by stylus@2.512.5. This worked for me.

@iamnathanwindsor
Copy link

This workaround worked for me too. THANK YOU.

@ninjasort
Copy link

Why Stylus? :(

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

8 participants