radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 48 forks source link

meteoris does not work iron:router #73

Open thomasmodeneis opened 9 years ago

thomasmodeneis commented 9 years ago

Hi,

I'm not sure why but when I start meteoris I get into this, does anyone know why this is happening ?

iron:router
Organize your Meteor application.

Router.route('/', function () {
  this.render('Home', {
    data: function () { return Items.findOne({_id: this.params._id}); }
  });
});

Check it out on Github:
https://github.com/eventedmind/iron-router 

And check out the new Guide:
https://eventedmind.github.io/iron-router
vagrant@seedswikiadmin-ubuntu12-64:/opt/seedswikiadmin$ meteor list
accounts-base                1.2.0  A user account system
accounts-facebook            1.0.4  Login service for Facebook accounts
accounts-google              1.0.4  Login service for Google accounts
accounts-password            1.1.1  Password support for accounts
accounts-ui                  1.1.5  Simple templates to add login widgets to an app
aldeed:autoform              4.2.2* Easily create forms with automatic insert and update, and automatic reactive validation.
aldeed:collection2           2.3.3  Automatic validation of insert and update operations on the client and server.
cfs:ejson-file               0.1.4  CollectionFS, FS.File as EJSON type
cfs:filesystem               0.1.2  Filesystem storage adapter for CollectionFS
cfs:gridfs                   0.0.33  GridFS storage adapter for CollectionFS
cfs:standard-packages        0.5.8* Filesystem for Meteor, collectionFS
dburles:collection-helpers   1.0.3  Transform your collections with helpers that you define
email                        1.0.6  Send email messages
fortawesome:fontawesome      4.3.0  Font Awesome (official): 500+ scalable vector icons, customizable via CSS, Retina friendly
francocatena:status          1.1.2* Display the connection status with the server
gadicohen:phantomjs          0.0.2  phantomjs installation script; wrapper for node phantomjs package + Sun
ground:db                    0.3.7* Ground Meteor.Collections offline
iron:router                  1.0.7* Routing specifically designed for Meteor
jquery                       1.11.3_2  Manipulate the DOM using CSS selectors
kevohagan:sweetalert         0.5.0  a beautiful replacement for javascript's alert() 
lepozepo:accounting          1.0.0  Accounting.js -  number, money and currency formatting - fully localisable, zero dependencies.
meteor-platform              1.2.2  Include a standard set of Meteor packages in your app
meteorhacks:subs-manager     1.3.0* Subscriptions Manager for Meteor
mizzao:autocomplete          0.5.1  Client/server autocompletion designed for Meteor's collections and reactivity
mizzao:timesync              0.3.1  NTP-style time synchronization between server and client
momentjs:moment              2.10.2* Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging
mystor:device-detection      0.2.0  Client-Side Device Type Detection & Template Switching with Optional Meteor-Router Support
natestrauser:select2         3.5.1  Select2 is a jQuery based replacement for select boxes.
peerlibrary:fs               0.1.7  fs node.js module with fiber-enabled synchronous functions
rajit:bootstrap3-datepicker  1.4.1  Meteor packaging of eternicode/bootstrap-datepicker for Bootstrap 3
reywood:publish-composite    1.3.6  Publish a set of related documents from multiple collections with a reactive join
sacha:spin                   2.0.4  Simple spinner package for Meteor
service-configuration        1.0.4  Manage the configuration for third-party services
spiderable                   1.0.7  Makes the application crawlable to web spiders
summernote:summernote        0.6.0_1* summernote (official): jQuery+Bootstrap+FontAwesome WYSIWYG editor with embedded images support
tap:i18n                     1.3.2* A comprehensive internationalization solution for Meteor
twbs:bootstrap               3.3.4  The most popular front-end framework for developing responsive, mobile first projects on the web.

I followed this trying to update but same results

vagrant@seedswikiadmin-ubuntu12-64:/opt/seedswikiadmin$ meteor update
This project is already at Meteor 1.1.0.2, the latest release.

Changes to your project's package version selections from updating package versions:

aldeed:simple-schema              upgraded from 1.3.2 to 1.3.3
cfs:access-point                  upgraded from 0.1.47 to 0.1.49
cfs:base-package                  upgraded from 0.0.29 to 0.0.30
cfs:http-methods                  upgraded from 0.0.28 to 0.0.29
cfs:standard-packages             upgraded from 0.5.8 to 0.5.9
dispatch:kernel                   added, version 0.0.6
dispatch:request-animation-frame  added, version 0.0.1
francocatena:status               upgraded from 1.1.2 to 1.2.3
ground:db                         upgraded from 0.3.7 to 0.3.9
iron:controller                   upgraded from 1.0.7 to 1.0.8
iron:core                         upgraded from 1.0.7 to 1.0.8
iron:dynamic-template             upgraded from 1.0.7 to 1.0.8
iron:layout                       upgraded from 1.0.7 to 1.0.8
iron:location                     upgraded from 1.0.7 to 1.0.9
iron:middleware-stack             upgraded from 1.0.7 to 1.0.9
iron:router                       upgraded from 1.0.7 to 1.0.9
iron:url                          upgraded from 1.0.7 to 1.0.9
meteorhacks:subs-manager          upgraded from 1.3.0 to 1.4.0
momentjs:moment                   upgraded from 2.10.2 to 2.10.3
summernote:summernote             upgraded from 0.6.0_1 to 0.6.7
tap:i18n                          upgraded from 1.3.2 to 1.4.1
radiegtya commented 9 years ago

meteoris had been using iron router out of the box. So please try using code generator, and study the code result which exactly including iron router. You will understand ASAP.