nmcclay / sails-lockit-example

An example integration of Sails.js and Lockit
1 stars 0 forks source link

App does not run or install properly #1

Open kokujin opened 10 years ago

kokujin commented 10 years ago

Hi there!

I'm very interested in getting Lockit to run on Express4. I cloned your repository and I noticed it had problems on my machine.

  1. The package.json file has many old or missing dependencies(lockit and express are missing. Sails is an old version)
"dependencies": {
        "sails": "0.9.9",
        "grunt": "0.4.1",
        "sails-disk": "~0.9.0",
        "ejs": "0.8.4",
        "optimist": "0.3.4"
    },
  1. Why would CouchDB be needed if MongoSb is configured?

Do you have a newer, working example that I can take a look at?

Thanks

alexlenail commented 10 years ago

+1 to @kokujin's comment. This seems rather broken at the moment.