Open ephemer opened 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.
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
This package depends on
meteorhacks:unblock
which breaks withfibers
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?