Merge pull request #324 from iMstr/master

Added npm to the apt-get install
This commit is contained in:
James Brooks
2015-01-07 20:47:29 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -39,8 +39,9 @@ $ cd Cachet
## Install requirements
You need to have a modern version of node.js installed (with NPM) - see https://github.com/nodesource/distributions
```bash
apt-get install nodejs
apt-get install nodejs npm
npm install -g bower
npm install -g gulp
curl -sS https://getcomposer.org/installer | php #always be careful when piping from the internet!

View File

@@ -4,6 +4,7 @@
"del": "~1.1.1",
"gulp": "~3.8.8",
"laravel-elixir": "~0.9.1",
"laravel-elixir-jshint": "~0.1.6"
"laravel-elixir-jshint": "~0.1.6",
"array-union": "~1.0.1"
}
}