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

Breaks on Meteor 1.8.1 #393

Open
ephemer opened this issue Apr 16, 2019 · 2 comments
Open

Breaks on Meteor 1.8.1 #393

ephemer opened this issue Apr 16, 2019 · 2 comments

Comments

@ephemer
Copy link

ephemer commented Apr 16, 2019

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
Copy link

tomvolek commented Jul 9, 2019

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
Copy link

Thanks @tomvolek that seems to work:

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

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

3 participants