Houston Admin Panel

Can anyone help me install this package please…
I have it on older meteor projects, but in new version of meteor it does not play for some reason.
This is the error:

D:\meteor_apps\correct_forum\correct_forum>meteor add houston:admin
=> Errors while adding packages:

While selecting package versions:
error: Conflict: Constraint accounts-base@1.0.0 is not satisfied by accounts-base 2.2.2.
Constraints on package “accounts-base”:

  • accounts-base@~2.2.2 ← top level
  • accounts-base@1.0.0 ← houston:admin 2.0.7
  • accounts-base@2.2.0 ← service-configuration 1.3.0 ← accounts-base 2.2.2 ← accounts-password 2.3.1 ←
    houston:admin 2.0.7
  • accounts-base@2.2.0 ← service-configuration 1.3.0 ← accounts-base 2.2.2 ← houston:admin 2.0.7
  • accounts-base@2.2.2 ← accounts-password 2.3.1 ← houston:admin 2.0.7
  • accounts-base@1.1.1 || 2.0.0 ← lai:collection-extensions 0.3.0 ← dburles:mongo-collection-instances 0.3.6 ←
    houston:admin 2.0.7

Conflict: Constraint accounts-password@1.0.0 is not satisfied by accounts-password 2.3.1.
Constraints on package “accounts-password”:

  • accounts-password@~2.3.1 ← top level
  • accounts-password@1.0.0 ← houston:admin 2.0.7

Thank you

Or is there any Admin Panel package for the new versions of meteor?

Well it seems that package hasn’t been maintained in a long while (+7 years) so it would be time to drop it…
Or, if its good enough you could fork it and maintain it yourself GitHub - gterrono/houston: A zero-config, Django Admin-like admin for Meteor

I haven’t used admin panels for meteor, but I use them in Django and they are pretty handy. Have you searched at atmoshpere? The trusted source for JavaScript packages, Meteor resources and tools | Atmosphere

Hope you have good luck

2 Likes

I maintain an admin panel for Meteor: zodern:pure-admin. It is very minimal, so it might be more work to setup than you want.

3 Likes