yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
826 stars 263 forks source link

Breaks on Meteor 1.8.1 #393

Open ephemer opened 5 years ago

ephemer commented 5 years ago

This package depends on meteorhacks:unblock which breaks with fibers 3.x as included in meteor 1.8.1+

As this package seems to be unmaintained, are there are active forks the community should be aware of?

tomvolek commented 5 years ago

The solution seems to be the package owner needs to use lamhieu:meteorx instead of meteorhacks:meteorx. But someone needs to fork this package and make the change.

sjroesink commented 4 years ago

Thanks @tomvolek that seems to work:

cd path/to/project
mkdir packages
cd packages
git clone https://github.com/sjroesink/meteor-admin.git
cd ..
meteor add yogiben:admin