Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-co committed Oct 29, 2015
1 parent f36bb3f commit b01b383
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,21 @@ Usage
expressworks verify program.js
Verify your program against the expected output.
```

# Offline setup

If you would like to setup all node packages beforehand so you can complete this workshop offline, here are all the modules to install:
If you would like to setup all node packages beforehand so you can complete this workshop offline. Here are all the modules to install with exact versions that this workshop supports:

```bash
npm install jade
npm install body-parser
npm install stylus
$ npm install express@4.11.2
$ npm install jade@1.9.2
$ npm install body-parser@1.12.0
$ npm install stylus@0.50.0
```


Note: You need to have `node_modules` or `packagen.json` in your project folder before installing dependencies. Run `$ mkdir node_modules` or `$ npm init` to create one of them.


# Reset

If you want to reset the list of completed tasks, clean the `~/.config/expressworks/completed.json` file.
Expand Down

0 comments on commit b01b383

Please sign in to comment.