Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems with Stylus on Meteor

Tags:

meteor

stylus

I have building my first Meteor add following the "Discover Meteor" book.

But I got stuck now with the following error:

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 believe this has to do with my current stylus package. It is currently running 1.0.7 and won't let me update to the latest version.

Upon updating I get this error: error: Package name must contain a lowercase ASCII letter: "2.513.4"

It also won't install the latest version if I remove and add it again.

Any ideas are welcome.

Cheers, Dominic

like image 676
Deelux Avatar asked Dec 04 '22 00:12

Deelux


1 Answers

After searching for a while I actually found something that fixed this error.

I first had to remove both ian:accounts-ui-bootstrap-3, accounts-password and stylus.

Then first add stylus (for some reason it would not install the latest version if not installed first).

Then add the other packages.

Happy coding!

like image 141
Deelux Avatar answered Jan 04 '23 23:01

Deelux