Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

03. Mojito v0.9: Installing

Albert Jimenez edited this page Mar 24, 2014 · 5 revisions

You will have to update the dependencies in the package.json of your existing applications to use Mojito v0.9.

  1. You'll need to install the latest version of the mojito-cli package and update some of the dependencies in the package.json with the following:

    "dependencies": {
        "express": "3.5.x",
        "mojito": "0.9.x"
    },
    "devDependencies": {
        "mojito-cli": "0.2.x"
    },
  2. From your application directory, run npm install.

Clone this wiki locally