tmeasday / meteor-router

MIT License
366 stars 76 forks source link

0.6.5 unable to find package dependencies #124

Closed thatjuan closed 11 years ago

thatjuan commented 11 years ago

I just updated my app to 0.6.5 and I'm at meteor router master (e40ee45)

I get the following error:

meteor-router: updating npm dependencies -- connect... => Errors prevented startup:

While building package meteor-router: error: no such package: 'HTML5-History-API' error: no such package: 'router'

=> Your application has errors. Waiting for file change.

tmeasday commented 11 years ago

Make sure you run mrt install.

thatjuan commented 11 years ago

I'm not using meteorite :/

On Thu, Aug 15, 2013 at 3:53 PM, Tom Coleman notifications@github.comwrote:

Make sure you run mrt install.

— Reply to this email directly or view it on GitHubhttps://github.com/tmeasday/meteor-router/issues/124#issuecomment-22736715 .

tmeasday commented 11 years ago

Right, well you just need to install that package (http://github.com/tmeasday/meteor-HTML5-History-API). It's a weak dependency of the router (i.e. if you want to use it, just meteor add HTML5-History-API). It gives IE9- support.

stefanocudini commented 10 years ago

in meteor 0.7.0.1 I'm receive this: HTML5-History-API: no such package

gajavelli commented 10 years ago

I'm using windows machine and mrt does not work, therefore tried manually. Getting error : no such package HTML5-History-API. Please let me know if somebody could help.