meteorhacks / meteor-inject-initial

Allow injection of arbitrary data to initial Meteor HTML page
Other
78 stars 11 forks source link

Errors prevented startup: While building package 'headers': error: no such package: 'inject-initial' #2

Closed stereochromatic closed 10 years ago

stereochromatic commented 10 years ago

Received this error after I updated to 0.7.2.

Errors while scanning packages:

Errors prevented startup:

While building package 'headers': error: no such package: 'inject-initial'

Any ideas?

gadicc commented 10 years ago

Oh, sorry.. are you installing meteor-headers direct from github? The official release (on atmosphere) doesn't include this yet... I admit it's bad that I didn't make these changes on a separate devel branch. You can either use the commit of the last official release, or you could likewise install inject-initial direct from github too, and you should be up and running.

I guess I'll release this properly when I have a chance tomorrow, since it seems to have created some confusion.

gadicc commented 10 years ago

Fixed on the new 0.0.18 release of meteor-headers. Marks the 0.0.1 release of this package (inject-initial).