meteor-accounts-ui-bootstrap-3 icon indicating copy to clipboard operation
meteor-accounts-ui-bootstrap-3 copied to clipboard

Error on build

Open RSchwan opened this issue 8 years ago • 9 comments

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.

RSchwan avatar Jul 30 '16 16:07 RSchwan

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.

taylorwc avatar Aug 01 '16 03:08 taylorwc

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

RSchwan avatar Aug 01 '16 07:08 RSchwan

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.

taylorwc avatar Aug 01 '16 12:08 taylorwc

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.

CarlQLange avatar Sep 21 '16 12:09 CarlQLange

Worked for me too. Thanks @taylorwc

srerisso avatar Sep 30 '16 13:09 srerisso

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

RoelZ avatar Oct 23 '16 11:10 RoelZ

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

lucianopestana avatar Oct 25 '16 14:10 lucianopestana

This workaround worked for me too. THANK YOU.

iamnathanwindsor avatar Nov 23 '16 18:11 iamnathanwindsor

Why Stylus? :(

ninjasort avatar Dec 24 '16 17:12 ninjasort