yogiben / meteor-admin

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

Outdated & Missing Packages #271

Open DovRine opened 9 years ago

DovRine commented 9 years ago

First of all, I want to thank you for this package. It has significantly helped me to learn meteor.

I encountered the following issues during a fresh installation using the following steps:

1) Clone the repo at https://github.com/yogiben/meteor-starter.git 2) cd meteor-starter 3) meteor update * Note: significant number of packages were updated. 4) meteor list zimme:iron-router-active 1.0.4* Active route/path template helpers for iron...

This package has been deprecated and is replaced with zimme:active-route
    https://atmospherejs.com/zimme/iron-router-active

    "Deprecated!
     This package has been deprecated in favor of zimme:active-route.

     The reason for this is because zimme:active-route also supports
     meteorhacks:flow-router.

     zimme:active-route is version 2.0.0 of zimme:iron-router-active."

5) meteor remove zimme:iron-router active 6) meteor add zimme:active-route 7) meteor

"You now need a routing package like useraccounts:iron-routing
  or useraccounts:flow-routing to be able to configure routes!"

Since iron:router is included, it seems to me that useraccounts:iron-routing
 should be included as well. I did not dig into any of the packages, but I'm 
guessing that iron:routing was brought in as a dependency and the 
useraccounts routing packages are weak dependencies, which is why 
they are not included.

I wish you the best of luck. As I learn more, I will contribute to this package.