javascript - What version of SimpleDeclare do I need to run Booking Dojo? -
i'm trying run booking dojo project available @ https://github.com/mercmobily/bookingdojo. after running git clone, ran: $ npm install
npm install not install correctly simpleschema-tingo , simpledblayer-tingo, had install them manually: $ npm install simpledblayer-tingo $ npm install simpleschema-tingo
after installing modules, tried run again following commands:
$ node server $ node_env='production' mongo_url="mongodb://$mongo_user:$mongo_pass@oceanic.mongohq.com:10082/$dbname" node server
these first lines trace dump (same error appears both mongodb , tingodb):
/home/bogdanbiv/webstormprojects/bookingdojo/node_modules/mongodb/lib/mongodb/mongo_client.js:424 throw err ^ typeerror: cannot read property 'prototype' of undefined @ /home/bogdanbiv/webstormprojects/bookingdojo/node_modules/simpledeclare/declare.js:137:57 @ array.foreach (native) @ declare (/home/bogdanbiv/webstormprojects/bookingdojo/node_modules/simpledeclare/declare.js:135:15) @ /home/bogdanbiv/webstormprojects/bookingdojo/node_modules/bd/lib/bd.js:378:39 @ /home/bogdanbiv/webstormprojects/bookingdojo/node_modules/hotplate/node_modules/hotcorejsonreststores/lib/hotcorejsonreststores.js:203:7
full log pasted http://pastebin.com/dlv6fy71. going on here?
Comments
Post a Comment