Closed trusktr closed 9 years ago
Yeah, sorry. I haven't had a chance to update the todomvc app since the switch to using the built-in meteor package manager. Everything should work correctly if you clean up the packages file, and use mystor:routecore
instead of routecore
. If you fix it up & get it working, a pull request would be awesome :).
I also get
❯ meteor add mystor:routecore [20:57:18]
mystor:routecore: no such package
If I start a new project I can meteor add mystor:routecore
just fine.
Oh ok, let me try that.
Yeah, re the meteor add mystor:routecore
, try meteor update
-ing, so that you have the latest version.
I tried that too which resulted in that long error above. Let me see if I can delete .meteor and start over.
Is bower install
required?
K cool, got it working.
Should we keep bower.json
and .bowerrc
considering that todomvc-common
is already installed in client/bower_components
and checked into git?
I'm pretty sure that the bower stuff is from todomvc & standard. I'd just leave it in 'cause I see no reason not to.
I tried cloning the todomvc repo, switch to the routecore branch, went into the routecore demo folder, then
Any ideas on what to do? The README still is using mrt. xD