barbatus / stars-rating

Stars rating control for Meteor
MIT License
21 stars 11 forks source link

meteor fails to start after adding package #18

Closed pgen2 closed 8 years ago

pgen2 commented 8 years ago

After adding the package via:

meteor add barbatus:stars-rating

Meteor will no longer start due to a missing plugin, described in the error given below:

=> Errors prevented startup:

While building for web.browser: error: no plugin found for stars_rating.less in barbatus:stars-rating; a plugin for *.less was active when it was published but none is now

Is there a known work around for this ?

pgen2 commented 8 years ago

Problem was the version of less installed, updated less with

meteor update less

Problem solved!

enkkumiksu commented 7 years ago

Hi I have the same problem. less update doesn't solve it. Any other suggestions?

koloboid commented 7 years ago

+1 have same error.