Search code examples
meteoriron-router

Cannot search meteor packages in iron-cli project


I have a meteor iron app I generated. In the eventedmind screencast the instructor searches packages with iron search ^accounts to see all meteor packages. When I run that though

$ iron search ^accounts
> meteor search app bin build config readme.md

How can I search for meteor packages with the iron command line tool? I'm using iron-meteor version 1.1.2


Solution

  • you don't need iron to search meteor packages. Use meteor search:

    meteor search sometext