tmeasday / meteor-router

MIT License
366 stars 76 forks source link

Error on starting meteor server #144

Open developeron29 opened 10 years ago

developeron29 commented 10 years ago

On starting meteor server, i get this error

While building package router: error: no such package: 'ui'

Tarang commented 10 years ago

I'll get this fixed right away. What version of Meteor is this btw? You can check with meteor --version

The error originates from this line: https://github.com/tmeasday/meteor-router/blob/master/package.js#L20

If it is removed your project should work fine. Checks were put in place but not for 0.6.4 -> 0.7.2 I think.

developeron29 commented 10 years ago

I'm using v0.7.2. Thanks

aniket0210 commented 10 years ago

Quite new to meteorite and ma getting the same error.. version 0.7.0.1 Please let me know where to look for this line.. have no idea