Merge pull request #324 from iMstr/master
Added npm to the apt-get install
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user